Click to See Complete Forum and Search --> : Difference of behaviour between p-code & native code compilations


Ravi Kiran
April 8th, 1999, 04:53 AM
Hi,

I am facing a funny problem: My app behaves differenty when compiled as p-code and Native code. I was doing p-code compilation to test between IDE (debug) run and release run, because it is fast.

And when i test between p- & n- compiled codes:
The native code compiled program, hangs under certain circumstances, when are handled very well by p-code compiled program. Also under the same circumstanced (which cause the native code program to hang), the debug-run (from the IDE) also, runs with out any problems

Can anyone explain to me what is happening?

Please mail me if you want more info on this, and i will be very happy, if some one is interested in this problem too!!

Also, why does my program run on 4-threads?
I noticed this when i use Process-Viewer of Vc++.
All i am using in my program are a few forms?!?!

Ravi Kiran