c++builder-xe5

Create Win32 application in C++Builder XE5

好久不见. 提交于 2020-01-06 14:04:30
问题 In older version of Borland C++Builder you used the Console Wizard to start off a Win32 program. That is now gone from XE5! How do I start?? 回答1: The wizard you are looking for is located at: File > New > Other ... > C++Builder Projects > Console Application However, the wizard dialog has been broken since XE2 and is still not fixed in the latest version (XE7 at the time of this writing). The dialog has a drop-down list to select a "Target Framework". If you set this to "None", you may get

Create Win32 application in C++Builder XE5

≯℡__Kan透↙ 提交于 2020-01-06 14:03:37
问题 In older version of Borland C++Builder you used the Console Wizard to start off a Win32 program. That is now gone from XE5! How do I start?? 回答1: The wizard you are looking for is located at: File > New > Other ... > C++Builder Projects > Console Application However, the wizard dialog has been broken since XE2 and is still not fixed in the latest version (XE7 at the time of this writing). The dialog has a drop-down list to select a "Target Framework". If you set this to "None", you may get

c++ Builder xe5 Error detected (LME288)

馋奶兔 提交于 2019-12-22 04:56:35
问题 c++ Builder xe5 [ilink32 Error] Error: Unable to perform link [ilink32 Warning] Warning: Error detected (LME288) that happened when i tried to compile a test project c++ builder xe5 on windows xp 回答1: I got some information on this from Embarcadero which may help. The error is an "out of memory", error. The reason for "Out Of Memory" errors (which come in different guises) in the linker, is that the linker has to pre-allocate memory in contiguous heaps that it then uses as it links, in the

c++ Builder xe5 Error detected (LME288)

我怕爱的太早我们不能终老 提交于 2019-12-22 04:56:05
问题 c++ Builder xe5 [ilink32 Error] Error: Unable to perform link [ilink32 Warning] Warning: Error detected (LME288) that happened when i tried to compile a test project c++ builder xe5 on windows xp 回答1: I got some information on this from Embarcadero which may help. The error is an "out of memory", error. The reason for "Out Of Memory" errors (which come in different guises) in the linker, is that the linker has to pre-allocate memory in contiguous heaps that it then uses as it links, in the

in XE5 everytime I make a project it recompile everything

余生长醉 提交于 2019-12-13 09:23:21
问题 Does anyone know how to setup the make option to stop recompiling everything every time? Thanks in advance. 回答1: If it is rebuilding everything, then chances are that either something deep down in the project really is changing every time, or maybe you have library .pas files on your project's search path that are preventing the compiler from using compiled .dcu files correctly. Typically the compiler only recompiles a unit if it detects a change in that unit or its dependancies. 来源: https:/

Indy TCP client example?

主宰稳场 提交于 2019-12-12 02:30:55
问题 Is there any sample code for Indy 10 sockets in C++Builder? The two sample links on the Indy Demos page are dead links and I have been unable to find any sample code after extensive searching. I am writing a client that will send and receive JSON messages, no complicated protocols or SSL required. I have been able to guess based on the member functions of TIdTCPClient to write id1->Socket->WriteLn to send something which gets received by the server but have not yet figured out how to receive

Does the .res file need to be in source control?

依然范特西╮ 提交于 2019-12-09 10:24:14
问题 In C++Builder XE5. My understanding is that the binary file MyProject.res (which is created by the compiler in the same directory as the .cbproj file) contains compiled versions of the program icon and the project version details (although mine also seems to contain an XML manifest). But this info is also contained in the .cbproj file and the .ico files ; and if I delete the .res file then it seems to get recreated exactly was it was next time I open the project. So is it safe to mark *.res

c++ Builder xe5 Error detected (LME288)

∥☆過路亽.° 提交于 2019-12-05 04:45:09
c++ Builder xe5 [ilink32 Error] Error: Unable to perform link [ilink32 Warning] Warning: Error detected (LME288) that happened when i tried to compile a test project c++ builder xe5 on windows xp Barry Andrews I got some information on this from Embarcadero which may help. The error is an "out of memory", error. The reason for "Out Of Memory" errors (which come in different guises) in the linker, is that the linker has to pre-allocate memory in contiguous heaps that it then uses as it links, in the past these heaps could not be adjusted, we had to do a best guess, so in the new 64-bit linker