c++ Programming Glossary: delphi
Best resources for converting C/C++ dll headers to Delphi? http://stackoverflow.com/questions/100596/best-resources-for-converting-c-c-dll-headers-to-delphi resources for converting C C dll headers to Delphi A rather comprehensive site explaining the difficulties and.. dll header share improve this question Over at Rudy's Delphi Corner he has an excellent article about the pitfalls of converting.. excellent article about the pitfalls of converting C C to Delphi . In my opinion this is essential information when attempting..
Good C++ GUI library for Windows http://stackoverflow.com/questions/115045/good-c-gui-library-for-windows in some way . Yeah it would be great. After years of Delphi I cry every time when I have to specify control sizes by hand.....
How to get the cpu usage per thread on windows (win32) http://stackoverflow.com/questions/1393006/how-to-get-the-cpu-usage-per-thread-on-windows-win32 on windows win32 Looking for Win32 API functions C or Delphi sample code that tells me the CPU usage percent and or total..
How to embed WebKit into my C/C++/Win32 application? http://stackoverflow.com/questions/1924255/how-to-embed-webkit-into-my-c-c-win32-application I have found are irrelevant someone used WebKit in a Delphi project someone used it with Java there is QtWebKit about blank..
Profiler for Visual Studio 2008, C++? http://stackoverflow.com/questions/292457/profiler-for-visual-studio-2008-c and also works with Borland's IDE for those C Builder and Delphi fans out there . But I will be watching this question to see..
Are there any downsides to using UPX to compress a Windows executable? http://stackoverflow.com/questions/353634/are-there-any-downsides-to-using-upx-to-compress-a-windows-executable or when targeting Vista or Win7 I write most of my code in Delphi but I've used UPX to compress C C executables as well. On a..
Fullscreen DirectX Overlay? Yes.. again C# http://stackoverflow.com/questions/3549004/fullscreen-directx-overlay-yes-again-c-sharp overlay share improve this question I did this in Delphi years ago. The only options at the time was to Inject a Native..
How to access Windows shell context menu items? http://stackoverflow.com/questions/3777121/how-to-access-windows-shell-context-menu-items you in advance EDIT While other info is absolutely useful Delphi solution will be much appreciated c windows delphi winapi shell..
What are the barriers to understanding pointers and what can be done to overcome them? http://stackoverflow.com/questions/5727/what-are-the-barriers-to-understanding-pointers-and-what-can-be-done-to-overcome operations can thus be easily explained. I've added some Delphi code down below and some comments where appropriate. I chose.. down below and some comments where appropriate. I chose Delphi since my other main programming language C# does not exhibit.. to free something instead of overwriting it as above. In Delphi terms this will occur with the following method procedure OpenTheFrontDoorOfANewHouse..
Delphi problems converting VirtualProtect EAT hook routines from C to Delphi http://stackoverflow.com/questions/9484319/delphi-problems-converting-virtualprotect-eat-hook-routines-from-c-to-delphi problems converting VirtualProtect EAT hook routines from C.. converting VirtualProtect EAT hook routines from C to Delphi I'm trying to convert this code which came from CHook forum.. new_function iat_hook old_function new_function From c to Delphi but I'm with problems at var declarations specifically the functions..
Best resources for converting C/C++ dll headers to Delphi? http://stackoverflow.com/questions/100596/best-resources-for-converting-c-c-dll-headers-to-delphi written in c c and the conversion of the .h header file to delphi pascal was posted to a mailing list I was on recently so I thought.. the most popular best resources bubbling to the top. c c delphi dll header share improve this question Over at Rudy's Delphi..
Tag editor component for Delphi/C++Builder http://stackoverflow.com/questions/12597678/tag-editor-component-for-delphi-cbuilder so you can delete any tag using the keyboard only c delphi components c builder vcl share improve this question Of..
How to get the cpu usage per thread on windows (win32) http://stackoverflow.com/questions/1393006/how-to-get-the-cpu-usage-per-thread-on-windows-win32 but I need this information inside my program. c delphi winapi multithreading cpu usage share improve this question..
Can I write Windows drivers with Delphi 2010? http://stackoverflow.com/questions/2263474/can-i-write-windows-drivers-with-delphi-2010 it be technically possible to write a Windows driver c delphi kernel delphi 2010 driver share improve this question It.. possible to write a Windows driver c delphi kernel delphi 2010 driver share improve this question It may be technically..
Are there any downsides to using UPX to compress a Windows executable? http://stackoverflow.com/questions/353634/are-there-any-downsides-to-using-upx-to-compress-a-windows-executable size of the executable and prevent cursory tampering. c delphi winapi compression upx share improve this question The reason..
How to access Windows shell context menu items? http://stackoverflow.com/questions/3777121/how-to-access-windows-shell-context-menu-items useful Delphi solution will be much appreciated c windows delphi winapi shell share improve this question The key to obtain.. Shell context menu support for more details. UPDATE for delphi examples you can see the JclShell unit from the JEDI JCL check..
detect currently installed anti-virus [duplicate] http://stackoverflow.com/questions/3962902/detect-currently-installed-anti-virus instaled av without searching for known processes c delphi antivirus share improve this question Yes there is. You..
CoInternetIsFeatureEnabled in Delphi2010 http://stackoverflow.com/questions/4702285/cointernetisfeatureenabled-in-delphi2010 and not much documentation out there. Any ideas windows delphi web browser c share improve this question CoInternetIsFeatureEnabled..
How to debug a DLL file in Delphi http://stackoverflow.com/questions/594253/how-to-debug-a-dll-file-in-delphi a DLL file in debug and then start debugging in Delphi c delphi share improve this question In Delphi 7 you would do this..
Delphi problems converting VirtualProtect EAT hook routines from C to Delphi http://stackoverflow.com/questions/9484319/delphi-problems-converting-virtualprotect-eat-hook-routines-from-c-to-delphi DCC Error E2016 Array type required How can I fix this c delphi api hook share improve this question You can take advantage..
|