Advertisement

Experts Exchange is proud to recognize the top Experts of 2008. Alter egos aside, these Experts are technological superheroes!

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested MS Visual C++ Solutions: 276 - 300 of 350
 
I'm making a 2d game and lots of my resources are external, mostly the bitmaps. I don't want the players to mess around with those so I'd like to encrypt them and let my game decrypt them to t...
I am interested in learning . NET development but I do not know where to start or where to learn. What is the best way to learn (books, online, or class)?
I don't know much about Windows programming and I have a DLL issue. I'm dealing with global hooks. I apparently need to have the global hook callback (CallWndProc in my case) in a DLL so that ...
Is it possible to include code native c/c++/API into a CLR application that has been generated by the IDE ? If so how ? and is it possible to addresse the form's or any of its conrtolls and...
It turns out that there are some features of ATL version 8 that I need for my application. The application is currently a VS 2003 project and I prefer not to move it to 2005 (or 2008) at this ...
I know a little of C++ but am new to the MFC and OpenGL concpets.... I am looking for free and excellent MFC and OpenGL tutorials for begineers.  I need to know the basic structures and I need...
Hello, I'm learning WinAPI and I can't run the code from tutorial. There is this link error: Linking... LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main Debug/main.e...
hello, i am working on a new project and i need to solve this visual c++ error.  fatal error C1014: too many include files : depth = 1024 thanx.
I have created a ATL component(dll) using Visual Studio 7.1. When I try to compile the same project in Visual studio 8.0, I'm getting following linking errors.. 1)error LNK2005: "class ATL:...
Hi All, I'm in the process of working on an application under Visual Studio 2005, C++/CLI.  In the past, I have coded many apps under C++ and when I've wanted to allow "plugins" to be writt...
I made a Managed C++ Class Library (.dll) that has a class to be used by an executable (.exe) program, also written in Managed C++.  The .dll builds fine by itself, but when I try to build the...
Hi, My code now compile, but I have some warnings. The first warning error I have is the following: //-------- warning C4244: 'argument' : conversion from 'const std::allocator<_Ty>::val...
Hi, i have a visual studio 2005 install on my computer. I have a single solution folder <XXX_Sol> I have two projects in this solution <XXX_WIN32> and <XXX_DLL> What i wish to know is ho...
Hello, I want to save a file from a dll to the users temporay folder and then execute it. I use Executables and also images and other files and I want that the other files will be opened wi...
Unless I completely misunderstand: In 'classic' C++ programs if one has a function body in a header file it is generated as inline code in a RELEASE build and so should be faster than the sam...
Hey, i just wrote program with c++ for console. And now i want to make Windows form, with buttons textboxes and so on. I must do with MS VISUAL 2008 c++. Here is my few questions. Let say, ...
The code below used to work until VC++ 2003, but I get error-message in VC++ 2005. (Sitting here, I can see that it perhaps doesnt like that I could "return"  a const CString*, that it wont l...
Hello. Im doing a client server program where the client program is created using Visual C++.NET meanwhile the server program is created using C#.NET. Can both of these program be connected...
Hey experts,  I need the following C++ line of code (in the snippet) to be converted to VB.NET (note that I have attached the header file htmlctrl.h with this question); any help is greatly...
I am rapidly developing a distaste for how visual studio attempts to makes resource files. Is it possible to shut off this functionality, I dont want the 'resource view' to come up at all. I w...
I am trying to extend an existing Visual C++ MFC desktop program to access the .Net Framework.  However when I set the project configuration properties for the Common Language Runtime Support ...
Hi Experts, I have a third party Active X control implemented as a COM Server, which I was using in my application compiling using VC 6 and Visual C++ 2008 as well. The applications ran well....
Desperately asking for help... I'm working on a DLL. The main code parts are following: (I'm trying to include only IMPORTANT lines) // basic custom datatype struct gideElement {     fl...
Hi, I'm new to C++ and have a simple question. I'm trying to gain a quick understanding of the general concepts in C++ from a book I purchased at the book store called "SAMS Teach Yourself C++...
Does anybody here have a background in or some good links to resources on preventing piracy for an application that I've written? I wrote a data acquisition and processing application that ...