|
MFC-DLL with CString as parameter? Hello NG, i ran into a new problem. I want to call a function from my dll, which i want to load at runtime. But i need to add a CString to the function i call. My first attempt to do it without a CString works: --- FARPROC pFunc; HMODULE hMod = LoadLibrary(my.dll); //load DLL pFunc = GetProcAddress(... 9 May 2008 10:41
CodeGear is sold "David Ching" <dc(a)remove-this.dcsoft.com> ha scritto nel messaggio news:z5mUj.1964$ah4.1426(a)flpi148.ffdc.sbc.com... Well, the nail is in the coffin. Excuse my ignorance, but I'm curious about that... what do you mean? "The nail is in the coffin" == ? (I know what "nail" and "coffin" mean, separately...) ... 11 May 2008 14:47
Static class member error Hello, I'm (trying to) implementing an intenet helper static class for GET and POST calls: CString result = CHttpClient::Get("www.servername.com") The problem is I'm using wininet and when I call CInternetSession::GetHttpConnection(szServerUrl), the compiler gives me the error C2352: 'CInternetSession:... 7 May 2008 22:09
Removing a CDockable Pane This is an update to my previous thread "Dynamically creating CDockablePanes" What I want to do is to Create multiple CDockablePane(CDP) that will be destroyed when the user clicks the "X" Button. While it may seem trivial, I have ran into some hiccups When the CDP is docked, clicking the X will trigger an... 7 May 2008 19:01
How do I delete a folder through code? Why is this functionality so difficult to do and find described online? If you know the exact steps - I mean the EXACT code - for deleting a folder (and yes that means it can have files and folders within it please let me know how it's done EXACTLY. My code isn't working If you're just going to do the usual... 9 May 2008 14:37
Dialogbased App: add Automation later? Hello, i created my dialogbased application some month ago and now i am missing the feature "Automation", so that i can access some DLL-Functions via CreateInstance(..). If you create a new Project you are able to choose it in "advanced Features" in Visual Studio 2003. I did compare my project with a new ... 8 May 2008 11:42
OT: CodeGear is sold http://www.borland.com/us/company/news/codegear_sale_announce.html Well, the nail is in the coffin. -- David ... 8 May 2008 11:42
Using accelerators in a dialog menu In a MFC dll I have a simple dialog consisting only of a multiline rich edit box and a menu. One of the dropdown menu choices is to Search the contents of the edit box with Find, Next and Previous options. All is working fine but then I thought I would like to add function key accelerators for next (F3) and pre... 8 May 2008 05:59
How can I search through installed printers and select one? Hello, I'm developing an application that uses two printers. One is a normal page printer, whatever the user has installed, and the other is a receipt printer that prints on 3.125 inch paper. I need to be able to find and select (via code) the installed receipt printer without going through any printer selecti... 7 May 2008 14:12
Looking for Visual C++ programmer with MS SQL Server 2005 to work off-site on small project Looking for Visual C++ programmer with MS SQL Server 2005 to work off-site on small project. Please send me an email to: larryTAKEOUT(a)seldin.net Lawrence M. Seldin, CMC, CPC Contributing writer for FUTURES Magazine Author of RECRUITSOURCE PEOPLESOFT EXAM and RECRUITSOURCE SAP/R3 EXAM Author of POWER TIPS FO... 7 May 2008 10:06 |