Re: Whats wrong - activex and winme
From: Jerry Coffin (jcoffin_at_taeus.us)
Date: 05/18/04
- Next message: Tim: "Re: Serial comms"
- Previous message: Mark Bellamy: "RICHEDIT 2 in MFC"
- In reply to: Lukasz Goralczyk: "Whats wrong - activex and winme"
- Next in thread: Lukasz Goralczyk: "Re: Whats wrong - activex and winme"
- Reply: Lukasz Goralczyk: "Re: Whats wrong - activex and winme"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 17 May 2004 21:33:50 -0600
In article <c8ap3u$qvo$4@srv.cyf-kr.edu.pl>, lukasz@gora-spamtrap-
lczyk.com says...
> Hello,
> I've been developing an activex control on winxp - evrything was fine untill
> I tried to run it on winme, after few seconds of running whole system runs
> out of resources (device contexts and other stuff). I wasn't able to locate
> the problem because debugger hangs too.
> Well, does vc++ 6.0 creates diffrent code (using the wizard) for winnt
> family and winme? Maybe I used a function which is only aviable in winxp?
> The application is a spectrum analyser - it gets data, computes fft and
> shows graph.
Presumably you're using one horizontal pixel for each point in the
FFT, and then setting the horizontal scrolling range appropriately.
In this case, it's easy to exceed the 16-bit range of the DOS-based
versions of Windows.
--
Later,
Jerry.
The universe is a figment of its own imagination.
- Next message: Tim: "Re: Serial comms"
- Previous message: Mark Bellamy: "RICHEDIT 2 in MFC"
- In reply to: Lukasz Goralczyk: "Whats wrong - activex and winme"
- Next in thread: Lukasz Goralczyk: "Re: Whats wrong - activex and winme"
- Reply: Lukasz Goralczyk: "Re: Whats wrong - activex and winme"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|