Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: solution for multisupported application....................... Pin
SandipG 10-Sep-08 20:53
SandipG 10-Sep-08 20:53 
GeneralRe: solution for multisupported application....................... Pin
User 21559710-Sep-08 21:20
User 21559710-Sep-08 21:20 
AnswerRe: solution for multisupported application....................... Pin
Hamid_RT10-Sep-08 19:40
Hamid_RT10-Sep-08 19:40 
QuestionGetting error LNK2019 Pin
santhoshv8410-Sep-08 18:18
santhoshv8410-Sep-08 18:18 
AnswerRe: Getting error LNK2019 Pin
Naveen10-Sep-08 18:31
Naveen10-Sep-08 18:31 
QuestionMSI Master Database -- list of installed apps Pin
Peter Weyzen10-Sep-08 17:57
Peter Weyzen10-Sep-08 17:57 
AnswerRe: MSI Master Database -- list of installed apps Pin
User 21559710-Sep-08 18:46
User 21559710-Sep-08 18:46 
QuestionDifficulties with MyApp.exe.manifest. Pin
Bram van Kampen10-Sep-08 17:08
Bram van Kampen10-Sep-08 17:08 
Hi,

I'm trying to convert the following XML block into something (my RC compiler cannot digest this) and which thereafter mt can handle. It is largely the Microsoft UCA Code. Any chance of anyone compiling this and sending me back the Obj.




<pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0"
processorArchitecture="X86"
name="SgBackup"
type="win32"/>
<description>Softguard Utility Program</description>
<!-- Softguard Utility Program -->
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2>
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="requireAdministrator"
uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly></code></pre>


thanks, Bram. Smile | :)

Bram van Kampen
AnswerRe: Difficulties with MyApp.exe.manifest. Pin
enhzflep10-Sep-08 21:46
enhzflep10-Sep-08 21:46 
GeneralRe: Difficulties with MyApp.exe.manifest. Pin
Bram van Kampen19-Sep-08 12:44
Bram van Kampen19-Sep-08 12:44 
Questionwhich dll are require to make setup if VC++ and MS ACCESS is not install on client computer Pin
ani_ikram10-Sep-08 16:04
ani_ikram10-Sep-08 16:04 
AnswerRe: which dll are require to make setup if VC++ and MS ACCESS is not install on client computer Pin
Rane10-Sep-08 19:12
Rane10-Sep-08 19:12 
QuestionPointer - Protection from deletion Pin
uusheikh10-Sep-08 15:45
uusheikh10-Sep-08 15:45 
QuestionRe: Pointer - Protection from deletion Pin
Mark Salsbery10-Sep-08 15:55
Mark Salsbery10-Sep-08 15:55 
AnswerRe: Pointer - Protection from deletion Pin
uusheikh10-Sep-08 16:00
uusheikh10-Sep-08 16:00 
GeneralRe: Pointer - Protection from deletion Pin
Mark Salsbery10-Sep-08 16:04
Mark Salsbery10-Sep-08 16:04 
GeneralRe: Pointer - Protection from deletion Pin
uusheikh10-Sep-08 16:09
uusheikh10-Sep-08 16:09 
GeneralRe: Pointer - Protection from deletion Pin
Bram van Kampen10-Sep-08 17:29
Bram van Kampen10-Sep-08 17:29 
GeneralRe: Pointer - Protection from deletion Pin
uusheikh10-Sep-08 18:32
uusheikh10-Sep-08 18:32 
GeneralRe: Pointer - Protection from deletion Pin
Mark Salsbery11-Sep-08 4:23
Mark Salsbery11-Sep-08 4:23 
QuestionPassing CString between DLLs Pin
uusheikh10-Sep-08 15:42
uusheikh10-Sep-08 15:42 
AnswerRe: Passing CString between DLLs Pin
Mark Salsbery10-Sep-08 16:01
Mark Salsbery10-Sep-08 16:01 
GeneralRe: Passing CString between DLLs Pin
uusheikh10-Sep-08 16:06
uusheikh10-Sep-08 16:06 
GeneralRe: Passing CString between DLLs Pin
Bram van Kampen10-Sep-08 17:33
Bram van Kampen10-Sep-08 17:33 
GeneralRe: Passing CString between DLLs Pin
uusheikh10-Sep-08 18:33
uusheikh10-Sep-08 18:33 

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.