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

Managed C++/CLI

 
AnswerRe: Getting "LINK : Fetal error LNK1561 : entry point must be defined" while creating managed C++ dll in VS2005 Pin
Cracked-Down7-Oct-09 23:19
Cracked-Down7-Oct-09 23:19 
QuestionHow do I get Image_click to work more than once? Pin
Fenix26-Oct-09 16:27
Fenix26-Oct-09 16:27 
AnswerRe: How do I get Image_click to work more than once? Pin
N a v a n e e t h6-Oct-09 17:17
N a v a n e e t h6-Oct-09 17:17 
GeneralRe: How do I get Image_click to work more than once? Pin
Fenix27-Oct-09 1:42
Fenix27-Oct-09 1:42 
GeneralRe: How do I get Image_click to work more than once? Pin
Richard MacCutchan7-Oct-09 4:17
mveRichard MacCutchan7-Oct-09 4:17 
GeneralRe: How do I get Image_click to work more than once? Pin
N a v a n e e t h7-Oct-09 5:06
N a v a n e e t h7-Oct-09 5:06 
GeneralRe: How do I get Image_click to work more than once? Pin
Richard MacCutchan7-Oct-09 6:57
mveRichard MacCutchan7-Oct-09 6:57 
AnswerRe: How do I get Image_click to work more than once? Pin
Luc Pattyn7-Oct-09 8:34
sitebuilderLuc Pattyn7-Oct-09 8:34 
Hi,

in C/C++/Java/C# the equality operator is ==

Tsn11 = 1 is an expression which both sets Tsn11 to 1 and evaluates to 1, so your if statements will not act as you expect.

FWIW: in VB/VB.NET the equality operator is =

Smile | :)

Luc Pattyn

I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages

Local announcement (Antwerp region): Lange Wapper? Neen!


GeneralRe: How do I get Image_click to work more than once? Pin
Fenix27-Oct-09 14:44
Fenix27-Oct-09 14:44 
GeneralRe: How do I get Image_click to work more than once? Pin
Luc Pattyn7-Oct-09 14:47
sitebuilderLuc Pattyn7-Oct-09 14:47 
GeneralRe: How do I get Image_click to work more than once? Pin
Fenix27-Oct-09 15:28
Fenix27-Oct-09 15:28 
AnswerRe: How do I get Image_click to work more than once? Pin
Richard MacCutchan7-Oct-09 22:47
mveRichard MacCutchan7-Oct-09 22:47 
GeneralRe: How do I get Image_click to work more than once? Pin
Fenix27-Oct-09 23:28
Fenix27-Oct-09 23:28 
QuestionWhats a natural successor to the COM object? Pin
Ger Hayden6-Oct-09 11:12
Ger Hayden6-Oct-09 11:12 
AnswerRe: Whats a natural successor to the COM object? Pin
N a v a n e e t h6-Oct-09 17:21
N a v a n e e t h6-Oct-09 17:21 
QuestionWhich method of connection to MySQL is Best? Pin
Ger Hayden6-Oct-09 11:09
Ger Hayden6-Oct-09 11:09 
AnswerRe: Which method of connection to MySQL is Best? Pin
N a v a n e e t h6-Oct-09 17:14
N a v a n e e t h6-Oct-09 17:14 
GeneralRe: Which method of connection to MySQL is Best? Pin
Ger Hayden7-Oct-09 2:23
Ger Hayden7-Oct-09 2:23 
QuestionCLI,How to divide a class into multi-files(like c# partial) Pin
akira324-Oct-09 18:08
akira324-Oct-09 18:08 
AnswerRe: CLI,How to divide a class into multi-files(like c# partial) Pin
N a v a n e e t h4-Oct-09 20:20
N a v a n e e t h4-Oct-09 20:20 
GeneralRe: CLI,How to divide a class into multi-files(like c# partial) Pin
George L. Jackson5-Oct-09 9:27
George L. Jackson5-Oct-09 9:27 
GeneralRe: CLI,How to divide a class into multi-files(like c# partial) Pin
N a v a n e e t h5-Oct-09 16:07
N a v a n e e t h5-Oct-09 16:07 
GeneralRe: CLI,How to divide a class into multi-files(like c# partial) Pin
George L. Jackson6-Oct-09 5:54
George L. Jackson6-Oct-09 5:54 
QuestionString pass by reference Pin
carlo.andreoli2-Oct-09 0:32
carlo.andreoli2-Oct-09 0:32 
AnswerRe: String pass by reference Pin
teejayem2-Oct-09 5:28
teejayem2-Oct-09 5: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.