borland-c++
Tool for debugging Borland & Visual Studio applications
sometimes I have to debug an application that was written with Borland C++ Builder. This application loads dlls compiled with Visual 开发者_JAVA百科C++. Is there a debugger that can debug both parts o[详细]
2023-04-07 13:46 分类:问答Cannot dynamically link to components in a custom bpl
While drafting the following post I found a solution, but I thought it might be still worthwhile to post here for reference. See solution below.[详细]
2023-04-01 09:11 分类:问答C++ microkernel cout problem
Ok, I\'m working on my Operating Systems assignment. I need to write a microkernel which is able to do some basic stuff with threads, semaphores, events, etc.[详细]
2023-03-23 01:11 分类:问答C++ screen partition
I want to partition the output screen into two parts (just like frames do it in HTML). So that one开发者_如何转开发 part may remain fixed and display some content which is updated based on input recei[详细]
2023-03-17 10:29 分类:问答Identify C++ class members from asm listing
I\'m trying to disassemble and understand an old game\'s launcher (asm listing at http://pastebin.com/raw.php?i=6Z4Xu3Cg). It was built using Borland C++ 1995 and there are four classes with names and[详细]
2023-03-11 22:54 分类:问答How to set Button click event function, Borland Turbo c++?
I\'ve created Button not with designer, but i don\'t know how to assign any 开发者_高级运维function for click event.[详细]
2023-03-11 20:59 分类:问答Get program files directory from Windows in Borland C++ 6
I had to create an executable (using Borland C++ Builder 6) in place of a batch file for Windows 7, since permissions didn\'t allow ordinary users (non-admins) to run the necessary batch. We\'ve got a[详细]
2023-02-20 12:42 分类:问答Which editor for coding in Borland C++
I have a 64 bit OS (Windows 7). I want to code in C++ but the default editor of Borland does not support full screen mode on my system. Which editor do i use to solve this problem?[详细]
2023-02-17 02:18 分类:问答How can I compile code that uses graphics.h in DOSBOX?
i write a code and in this code i use graphics.h ,in borland c++ or visual I can开发者_C百科\'t open and run it, now i want run this code ,and i have DOSBOX 0.72 , how open this code with DOSBOX?[详细]
2023-02-03 15:46 分类:问答Borland C/C++ cast short to unsigned int
How does borland cast short to unsigned int ? #include <stdio.h> void main()开发者_运维知识库 {[详细]
2023-01-27 12:07 分类:问答