- Replies
- Views
- Last post
- This question has never been asked before in this forum. It is a relatively easy process with other IDEs such as code::block, bloodshed dev c++, even with Visual Studio. Yet I am having a headache trying to replicate this process in UEStudio. Let's say that I am using UEStudio to build a default sta...Replies: 2 Views: 73.3K
- 2 Replies
- 73.3K Views
- Last post by Clipper52a
Oct 05, 2015
- This question regards to user defined macro in DLL file compilation. Assuming I have the following codes in a DLL file: #ifndef USERMACRO_DECL # define USERMACRO_DECL #endif When I build the DLL file, I have the following message: warning: "USERMACRO_DECL" redefined [enabled by default] This is fine...Replies: 2 Views: 12.5K
- 2 Replies
- 12.5K Views
- Last post by Clipper52a
Oct 01, 2015
- This question regards the setup in UEStudio for linking user created DLL to an active exe project. Assuming the DLL is compiled and built correctly, I am starting a blank console exe project and wish to link my DLL to this newly created exe project. My first step is go to the Set Compiler Options .....Replies: 2 Views: 13.2K
- 2 Replies
- 13.2K Views
- Last post by Clipper52a
Sep 30, 2015
- This question is very simple. Every time I build a console application and test run it inside UEStudio, the console output always shows the file name first, and then the content of the app. For example, say I am building Foo.exe which only has one line: std::cout << "Print Foo " << std::endl; (of co...Replies: 2 Views: 12.1K
- 2 Replies
- 12.1K Views
- Last post by Clipper52a
Sep 27, 2015
- This question regards the use of UEStudio integrated debugger. I am able to configured the integrated debugger to work correctly with WinDebug. However, to use the integrated debugger, I must also use the Microsoft C/C++ compiler as none other compilers work with the WinDebug as far as I know. As su...Replies: 2 Views: 12.7K
- 2 Replies
- 12.7K Views
- Last post by Clipper52a
Sep 22, 2015
- Hi UEStudio experts, I am a newbie. I was able to create a custom makefile using mingw32-make.exe instead of the internal mymake.exe. When I created the project in UEStudio, I had to pick either the debug directory or the release directory for my build. I also configured the MakeTool = MyMakeTool.ba...Replies: 2 Views: 13.3K
- 2 Replies
- 13.3K Views
- Last post by Clipper52a
Sep 20, 2015