This is a discussion on How to create a simple dll using VC++ and how to register it windows XP? within the C and C++ Programming forums, part of the Software Development category; How to create a simple dll using VC++ and how to register it windows XP ?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Creating VC++ Dll and Register it. Goals: This project is used to create a vc++ dll to register and use it in asp.net. Steps: 1) Open asp.net window. 2) select vc++ and in the window, select ATL project. 3) Then finish the window. 4) Copy the sample code in the .cpp file. STDAPI sum(int a, int b) { return a+b; } 5) Run the code then open the command prompt and type regsvr32 D:\sample.dll |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Register dll or ocx using through code in C# | oxygen | C# Programming | 4 | 08-06-2008 12:58 AM |
| How to create a windows service program? | Mramesh | C# Programming | 12 | 09-05-2007 08:11 AM |
| How to read inbox messages in windows mobile and create it as a text file using C#? | mobilegeek | Windows Mobile | 4 | 08-17-2007 07:42 AM |
| simple windows service to generate automatic mails | kingmaker | C# Programming | 0 | 07-16-2007 12:04 AM |
| Create Simple ShoutBox | spid4r | PHP Programming | 0 | 03-08-2007 11:03 PM |