"It can't run" isn't very helpful. What, exactly, does it not do? Fail to compile? Fail to produce output when run? Crash? What, if any, error messages are produced? What system and compiler are you using?
"It can't run" isn't very helpful. What, exactly, does it not do? Fail to compile? Fail to produce output when run? Crash? What, if any, error messages are produced? What system and compiler are you using?
i run source code on Qt ( mingw32) on windows 7, Fail to compile beacause mingw dont understand asm inline as VC++
What steps did you follow to try and port the code yourself? Did you read the GCC inline assembly howto? http://www.ibiblio.org/gferg/ldp/GCC...bly-HOWTO.html
More to the point, read this. You can't expect a different compiler to recognize compiler-specific constructs used by another compiler.
Bookmarks