Click here to Skip to main content
15,896,063 members
Home / Discussions / C#
   

C#

 
GeneralRe: Adding dll's in C# setup projects Pin
sreejith ss nair7-Sep-04 2:14
sreejith ss nair7-Sep-04 2:14 
GeneralRe: Adding dll's in C# setup projects Pin
samirazmat7-Sep-04 2:24
samirazmat7-Sep-04 2:24 
GeneralRe: Adding dll's in C# setup projects Pin
sreejith ss nair7-Sep-04 2:39
sreejith ss nair7-Sep-04 2:39 
GeneralRe: Adding dll's in C# setup projects Pin
sreejith ss nair7-Sep-04 2:40
sreejith ss nair7-Sep-04 2:40 
GeneralRe: Adding dll's in C# setup projects Pin
samirazmat7-Sep-04 3:27
samirazmat7-Sep-04 3:27 
GeneralRe: Adding dll's in C# setup projects Pin
sreejith ss nair7-Sep-04 3:39
sreejith ss nair7-Sep-04 3:39 
GeneralRe: Adding dll's in C# setup projects Pin
sreejith ss nair7-Sep-04 3:42
sreejith ss nair7-Sep-04 3:42 
GeneralRe: Adding dll's in C# setup projects Pin
Heath Stewart7-Sep-04 6:45
protectorHeath Stewart7-Sep-04 6:45 
You do not include MFC. You use a merge module for that, and it should never be registered from a directory other than the [SystemFolder]. Merge modules take care of this for you.

Besides, mfc70.dll - or any MFC library - does not export DllRegisterServer so it is not registerable.

System DLLs should only be added via merge modules, and just about all of them are. This makes sure that DLLs are installed and uninstalled (if applicable) correctly.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles]
GeneralExe Name and location Pin
Md Saleem Navalur6-Sep-04 20:44
Md Saleem Navalur6-Sep-04 20:44 
GeneralRe: Exe Name and location Pin
Stefan Troschuetz6-Sep-04 22:34
Stefan Troschuetz6-Sep-04 22:34 
GeneralRe: Exe Name and location Pin
Salil Khedkar7-Sep-04 1:18
Salil Khedkar7-Sep-04 1:18 
GeneralRe: Exe Name and location Pin
occcy7-Sep-04 2:33
occcy7-Sep-04 2:33 
Questionhow to make ALPHA in Directx9'directdraw Pin
sssa20006-Sep-04 20:34
sssa20006-Sep-04 20:34 
AnswerRe: how to make ALPHA in Directx9'directdraw Pin
sssa20007-Sep-04 3:53
sssa20007-Sep-04 3:53 
AnswerRe: how to make ALPHA in Directx9'directdraw Pin
sssa20007-Sep-04 20:07
sssa20007-Sep-04 20:07 
QuestionHow i do this ??? Pin
zahid_ash6-Sep-04 20:11
zahid_ash6-Sep-04 20:11 
AnswerRe: How i do this ??? Pin
Salil Khedkar7-Sep-04 1:15
Salil Khedkar7-Sep-04 1:15 
GeneralRegular Expressions Pin
Abraham Durairaj6-Sep-04 19:03
Abraham Durairaj6-Sep-04 19:03 
GeneralRe: Regular Expressions Pin
Al Gardner6-Sep-04 20:13
Al Gardner6-Sep-04 20:13 
GeneralISAPI? (free from HTML tags) Pin
Alit Atmaja6-Sep-04 18:52
Alit Atmaja6-Sep-04 18:52 
GeneralRe: ISAPI? (free from HTML tags) Pin
mav.northwind6-Sep-04 20:16
mav.northwind6-Sep-04 20:16 
GeneralRe: ISAPI? (free from HTML tags) Pin
Salil Khedkar7-Sep-04 1:25
Salil Khedkar7-Sep-04 1:25 
QuestionOLEDB Database/SQL, can you help? Pin
Brycestro6-Sep-04 16:10
Brycestro6-Sep-04 16:10 
AnswerRe: OLEDB Database/SQL, can you help? Pin
heile6-Sep-04 18:56
heile6-Sep-04 18:56 
General"Schedule" control Pin
Beringer6-Sep-04 16:09
Beringer6-Sep-04 16:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.