![]() |
Re: Source
I have dual boot Windows XP and Kubuntu Linux. :) EPB compile fine on both.
Now about dispatchDebugCommand(). This function will be compiled and called only if the debug flags in to the compiler are set. This function provide additional debug commands for the console. So maybe you didn't removed or commented out all the lines that start with #IFDEF _DEBUG and #ENDIF. But as Whislter says is better to remove the debug flags from the compiler and in this way this lines will be ignored. But I don't have idea how DEV C++ work. dispatchDebugCommand() is defined in command_debug.cpp. This file will be compiled only if you compile with debug flags. It is called in command.cpp line 144. Good luck. ;) |
Re: Source
okay...
http://yapb.51.net/1.jpg |
Re: Source
Finally i got it work. There is one part in command.cpp that i forgot to removed which is the same #IFDEF _DEBUG. Thank You very much you two for helping me to solve my problem.
|
All times are GMT +2. The time now is 09:44. |
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.