Click here to Skip to main content
15,910,123 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Sockets in C++ Pin
AntonPodolsky10-Sep-07 7:29
AntonPodolsky10-Sep-07 7:29 
GeneralRe: Sockets in C++ Pin
jhwurmbach10-Sep-07 7:31
jhwurmbach10-Sep-07 7:31 
GeneralRe: Sockets in C++ Pin
AntonPodolsky10-Sep-07 7:46
AntonPodolsky10-Sep-07 7:46 
GeneralRe: Sockets in C++ Pin
jhwurmbach10-Sep-07 7:50
jhwurmbach10-Sep-07 7:50 
GeneralRe: Sockets in C++ Pin
AntonPodolsky10-Sep-07 8:47
AntonPodolsky10-Sep-07 8:47 
GeneralRe: Sockets in C++ Pin
jhwurmbach10-Sep-07 21:42
jhwurmbach10-Sep-07 21:42 
GeneralRe: Sockets in C++ Pin
AntonPodolsky10-Sep-07 23:34
AntonPodolsky10-Sep-07 23:34 
QuestionHow to remove all source code symbol names from Release build Pin
ovz10-Sep-07 6:17
ovz10-Sep-07 6:17 
Hi All,

My goal is to remove all references to product A from product B executable. When searching for A product name in B product executable I've found the following constructs

ЂР[ .?AV?$Composite@I@@

or in hex


80 D0 5B 00 00 00 00 00 2E 3F 41 56 3F 24 43 6F
6D 70 6F 73 69 74 65 40 49 40 40


in PE executable's .data section. Looks like all the class names from source code are mentioned there. I'm reusing source code from product A so its name heavily mentioned in these "symbols". Note, that I'm looking at release build, with no debug info.

Could someone please suggest what those constructs are and how to avoid them?



WBR O.Z.
QuestionRe: How to remove all source code symbol names from Release build Pin
Maximilien10-Sep-07 6:42
Maximilien10-Sep-07 6:42 
AnswerRe: How to remove all source code symbol names from Release build Pin
ovz10-Sep-07 8:57
ovz10-Sep-07 8:57 
GeneralRe: How to remove all source code symbol names from Release build Pin
carrivick12-Sep-07 21:56
carrivick12-Sep-07 21:56 
QuestionHow can i send some event of update the Environment variables ? Pin
Yanshof10-Sep-07 5:41
Yanshof10-Sep-07 5:41 
QuestionRe: How can i send some event of update the Environment variables ? Pin
David Crow10-Sep-07 5:52
David Crow10-Sep-07 5:52 
AnswerRe: How can i send some event of update the Environment variables ? Pin
Yanshof10-Sep-07 10:13
Yanshof10-Sep-07 10:13 
QuestionRe: How can i send some event of update the Environment variables ? Pin
David Crow10-Sep-07 10:25
David Crow10-Sep-07 10:25 
QuestionAdd data to List control Pin
Max++10-Sep-07 5:19
Max++10-Sep-07 5:19 
AnswerRe: Add data to List control Pin
David Crow10-Sep-07 5:30
David Crow10-Sep-07 5:30 
AnswerRe: Add data to List control Pin
Vaclav_10-Sep-07 7:25
Vaclav_10-Sep-07 7:25 
AnswerRe: Add data to List control Pin
Nelek11-Sep-07 23:43
protectorNelek11-Sep-07 23:43 
QuestionHow to set a breakpoint in code Pin
Soundman32.210-Sep-07 4:24
Soundman32.210-Sep-07 4:24 
AnswerRe: How to set a breakpoint in code Pin
JudyL_MD10-Sep-07 4:35
JudyL_MD10-Sep-07 4:35 
GeneralRe: How to set a breakpoint in code Pin
Soundman32.210-Sep-07 5:32
Soundman32.210-Sep-07 5:32 
GeneralRe: How to set a breakpoint in code Pin
jhwurmbach10-Sep-07 7:21
jhwurmbach10-Sep-07 7:21 
GeneralRe: How to set a breakpoint in code Pin
JudyL_MD10-Sep-07 10:33
JudyL_MD10-Sep-07 10:33 
QuestionRegistry function Pin
john563210-Sep-07 3:56
john563210-Sep-07 3:56 

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.