Click here to Skip to main content
16,005,339 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Graphics Question - PLEASE HELP!!!! Pin
Christian Graus12-Aug-01 19:03
protectorChristian Graus12-Aug-01 19:03 
GeneralRe: Graphics Question - PLEASE HELP!!!! Pin
12-Aug-01 19:45
suss12-Aug-01 19:45 
Questioni have an SDI, CFormView. Is there any to make the border around the application not exist?? Pin
DanYELL9-Aug-01 15:50
DanYELL9-Aug-01 15:50 
AnswerRe: i have an SDI, CFormView. Is there any to make the border around the application not exist?? Pin
Tomasz Sowinski10-Aug-01 0:56
Tomasz Sowinski10-Aug-01 0:56 
GeneralFile and C struct member alignment Pin
Paul Selormey9-Aug-01 15:37
Paul Selormey9-Aug-01 15:37 
GeneralRe: File and C struct member alignment Pin
Michael Dunn9-Aug-01 15:48
sitebuilderMichael Dunn9-Aug-01 15:48 
GeneralRe: File and C struct member alignment Pin
Paul Selormey10-Aug-01 2:48
Paul Selormey10-Aug-01 2:48 
GeneralRemoving the Resident Name Table from a DLL Pin
Peter Weyzen9-Aug-01 14:15
Peter Weyzen9-Aug-01 14:15 
Confused | :confused: Here's the general question -- is there a way for me to remove the "Resident Name Table" from a DLL?

The DLL in question is in use only by my client application -- and should not be used by others. I would like to deter someone from reverse engineering the code. A quite enterprising person could use this list of exports to find quite a bit of information about my internals...

When I build the DLL, I also generate a LIB file.
When I build the EXE, I link with the LIB file.

It would be my assumption that the LIB file actually contains the mapping of named entry points to ordinal entry points. Yet the generated DLL still contains these named entry points. I've scoured the MSDN only to find information about this by inference -- but no hard info.

Looking thru my Visual Studio directories -- I don't see a utility that would strip it -- or this utility is cleverly named to mislead me.

I think that a lot of people would benefit from this information....


Regards,
-peter
Poke tongue | ;-P Poke tongue | ;-P Poke tongue | ;-P
GeneralRe: Removing the Resident Name Table from a DLL Pin
Michael Dunn9-Aug-01 15:27
sitebuilderMichael Dunn9-Aug-01 15:27 
GeneralRe: Removing the Resident Name Table from a DLL Pin
Peter Weyzen9-Aug-01 16:56
Peter Weyzen9-Aug-01 16:56 
GeneralRe: Removing the Resident Name Table from a DLL Pin
Michael Dunn9-Aug-01 19:42
sitebuilderMichael Dunn9-Aug-01 19:42 
GeneralRe: Removing the Resident Name Table from a DLL Pin
Peter Weyzen9-Aug-01 19:53
Peter Weyzen9-Aug-01 19:53 
Generalrich edit Pin
9-Aug-01 13:48
suss9-Aug-01 13:48 
GeneralPhotoshop toolbars Pin
Jake Palmer9-Aug-01 13:40
Jake Palmer9-Aug-01 13:40 
GeneralRe: Photoshop toolbars Pin
Christian Graus9-Aug-01 18:23
protectorChristian Graus9-Aug-01 18:23 
GeneralMultilanguage Application Pin
XKent9-Aug-01 12:46
XKent9-Aug-01 12:46 
GeneralRe: Multilanguage Application Pin
Masaaki Onishi9-Aug-01 16:43
Masaaki Onishi9-Aug-01 16:43 
GeneralRe: Multilanguage Application Pin
XKent9-Aug-01 22:36
XKent9-Aug-01 22:36 
GeneralRe: Multilanguage Application Pin
Mukkie9-Aug-01 23:07
Mukkie9-Aug-01 23:07 
GeneralRe: Multilanguage Application Pin
XKent10-Aug-01 2:44
XKent10-Aug-01 2:44 
GeneralRe: Multilanguage Application Pin
Mukkie10-Aug-01 3:39
Mukkie10-Aug-01 3:39 
GeneralRe: Multilanguage Application Pin
Carlos Antollini10-Aug-01 4:11
Carlos Antollini10-Aug-01 4:11 
GeneralSuccessfully build EXE, but it won't run... Pin
9-Aug-01 12:07
suss9-Aug-01 12:07 
GeneralRe: Successfully build EXE, but it won't run... Pin
Nemanja Trifunovic9-Aug-01 12:25
Nemanja Trifunovic9-Aug-01 12:25 
GeneralRe: Successfully build EXE, but it won't run... Pin
Carlos Antollini9-Aug-01 12:29
Carlos Antollini9-Aug-01 12:29 

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.