Click here to Skip to main content
15,913,941 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: configuration of windows update Pin
Saksida Bojan7-Oct-05 22:39
Saksida Bojan7-Oct-05 22:39 
Questionhow to link .lib file to my project (managed C++) in .Net Pin
vic120006-Oct-05 18:34
vic120006-Oct-05 18:34 
AnswerRe: how to link .lib file to my project (managed C++) in .Net Pin
Anonymous6-Oct-05 21:37
Anonymous6-Oct-05 21:37 
GeneralRe: how to link .lib file to my project (managed C++) in .Net Pin
vic120007-Oct-05 9:00
vic120007-Oct-05 9:00 
GeneralRe: how to link .lib file to my project (managed C++) in .Net Pin
mikanu10-Oct-05 5:50
mikanu10-Oct-05 5:50 
GeneralRe: how to link .lib file to my project (managed C++) in .Net Pin
vic1200011-Oct-05 19:01
vic1200011-Oct-05 19:01 
QuestionNeed help Base36 encoding large number (~45 digits) Pin
Suresh C T6-Oct-05 7:21
sussSuresh C T6-Oct-05 7:21 
AnswerRe: Need help Base36 encoding large number (~45 digits) Pin
Anonymous6-Oct-05 21:34
Anonymous6-Oct-05 21:34 
You can use Struct

__gc struct encode
{
__int64 n1;
__int64 n2;
};
GeneralRe: Need help Base36 encoding large number (~45 digits) Pin
Anonymous9-Oct-05 21:36
Anonymous9-Oct-05 21:36 
QuestionConvert String to LPSTR ? Pin
Phernando6-Oct-05 6:53
Phernando6-Oct-05 6:53 
AnswerRe: Convert String to LPSTR ? Pin
Sheng Jiang 蒋晟7-Oct-05 12:56
Sheng Jiang 蒋晟7-Oct-05 12:56 
QuestionWindows Message disappearing Pin
mav.northwind5-Oct-05 22:28
mav.northwind5-Oct-05 22:28 
AnswerRe: Windows Message disappearing Pin
mav.northwind6-Oct-05 5:26
mav.northwind6-Oct-05 5:26 
QuestionWindows Services Pin
Laji594-Oct-05 18:02
Laji594-Oct-05 18:02 
AnswerRe: Windows Services Pin
sunit58-Oct-05 2:15
sunit58-Oct-05 2:15 
GeneralRe: Windows Services Pin
Laji598-Oct-05 20:57
Laji598-Oct-05 20:57 
AnswerRe: Windows Services Pin
sunit58-Oct-05 2:16
sunit58-Oct-05 2:16 
AnswerRe: Windows Services Pin
Nemanja Trifunovic8-Oct-05 5:04
Nemanja Trifunovic8-Oct-05 5:04 
GeneralRe: Windows Services Pin
Laji598-Oct-05 21:47
Laji598-Oct-05 21:47 
GeneralRe: Windows Services Pin
Nemanja Trifunovic9-Oct-05 3:46
Nemanja Trifunovic9-Oct-05 3:46 
QuestionAnyway to force vs.net to compile uncalled header files? Pin
FocusedWolf4-Oct-05 16:58
FocusedWolf4-Oct-05 16:58 
AnswerRe: Anyway to force vs.net to compile uncalled header files? Pin
Anonymous6-Oct-05 21:31
Anonymous6-Oct-05 21:31 
QuestionReading all lines of a file Pin
Alex Cutovoi4-Oct-05 8:05
Alex Cutovoi4-Oct-05 8:05 
AnswerRe: Reading all lines of a file Pin
gecool5-Oct-05 21:13
gecool5-Oct-05 21:13 
GeneralRe: Reading all lines of a file Pin
Anonymous6-Oct-05 21:28
Anonymous6-Oct-05 21:28 

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.