Click here to Skip to main content
15,897,226 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralCMS for Small Businesses Pin
Brady Kelly21-Aug-08 1:52
Brady Kelly21-Aug-08 1:52 
GeneralRe: CMS for Small Businesses Pin
N a v a n e e t h21-Aug-08 2:08
N a v a n e e t h21-Aug-08 2:08 
QuestionCheck box change event in grid view..., [modified] Pin
Member 387988121-Aug-08 1:36
Member 387988121-Aug-08 1:36 
AnswerRe: Check box change event in grid view..., Pin
Christian Graus21-Aug-08 1:45
protectorChristian Graus21-Aug-08 1:45 
GeneralRe: Check box change event in grid view..., Pin
Member 387988121-Aug-08 1:50
Member 387988121-Aug-08 1:50 
GeneralRe: Check box change event in grid view..., Pin
Christian Graus21-Aug-08 1:53
protectorChristian Graus21-Aug-08 1:53 
QuestionDebug link erros Pin
curiel4421-Aug-08 0:43
curiel4421-Aug-08 0:43 
AnswerRe: Debug link erros Pin
Christian Graus21-Aug-08 0:47
protectorChristian Graus21-Aug-08 0:47 
curiel44 wrote:
When I compile the following lines in Release mode is pass ok but not in Debug mode somebody knows why????

DWORD WINAPI AddressViolation(LPVOID ptr)
{
CmyDoc * pDoc = (CmyDoc*)ptr;
CPacket* pcGidelPacket = pDoc->GetProcCard()->m_pproc->GetPack();

//This is the problematic line....
bool is_discconeted = (static_cast<cpacket*>(pcGidelPacket))->send_ping(12);
};

Compiler error :
error LNK2001: unresolved external symbol "public: bool __thiscall CPacket::send_ping(int,unsigned long)" (?send_ping@CPacket@@QAE_NHK@Z)

thank you...


Wow - you win my award for the most hopelessly lost post, ever. Not only is this not ASP.NET code, it's not .NET code at all. Did you spam the entire site, or did you really think this was the place for a C++ question ?

Try the Visual c++ forum.

Christian Graus

No longer a Microsoft MVP, but still happy to answer your questions.

Question_eventtarget not null in asp.net c# Pin
RuviniPerera21-Aug-08 0:37
RuviniPerera21-Aug-08 0:37 
AnswerRe: _eventtarget not null in asp.net c# Pin
Brij21-Aug-08 2:22
mentorBrij21-Aug-08 2:22 
QuestionHOW CAN I PLACE A HTML PAGE IN CONTENT PLACE HOLDER OF MASTER PAGE Pin
TARAK NATH ROY21-Aug-08 0:15
TARAK NATH ROY21-Aug-08 0:15 
AnswerRe: HOW CAN I PLACE A HTML PAGE IN CONTENT PLACE HOLDER OF MASTER PAGE Pin
Christian Graus21-Aug-08 0:33
protectorChristian Graus21-Aug-08 0:33 
AnswerRe: HOW CAN I PLACE A HTML PAGE IN CONTENT PLACE HOLDER OF MASTER PAGE Pin
Nirandas21-Aug-08 2:45
Nirandas21-Aug-08 2:45 
QuestionPrint icon is not display in report viewer Pin
Guvera20-Aug-08 23:50
Guvera20-Aug-08 23:50 
AnswerRe: Print icon is not display in report viewer Pin
Blue_Boy21-Aug-08 0:16
Blue_Boy21-Aug-08 0:16 
GeneralRe: Print icon is not display in report viewer Pin
Guvera21-Aug-08 0:36
Guvera21-Aug-08 0:36 
QuestionPopulate Dropdownlist in GridView EditItem [modified] Pin
Bardy8520-Aug-08 23:06
Bardy8520-Aug-08 23:06 
AnswerRe: Populate Dropdownlist in GridView EditItem Pin
R.Palanivel20-Aug-08 23:15
R.Palanivel20-Aug-08 23:15 
GeneralRe: Populate Dropdownlist in GridView EditItem Pin
Bardy8520-Aug-08 23:30
Bardy8520-Aug-08 23:30 
GeneralRe: Populate Dropdownlist in GridView EditItem Pin
R.Palanivel20-Aug-08 23:37
R.Palanivel20-Aug-08 23:37 
GeneralRe: Populate Dropdownlist in GridView EditItem Pin
Bardy8520-Aug-08 23:40
Bardy8520-Aug-08 23:40 
GeneralRe: Populate Dropdownlist in GridView EditItem Pin
R.Palanivel21-Aug-08 0:27
R.Palanivel21-Aug-08 0:27 
AnswerRe: Populate Dropdownlist in GridView EditItem [modified] Pin
dream_liner_7e720-Aug-08 23:45
dream_liner_7e720-Aug-08 23:45 
QuestionChanging the image in a DatGrid onmouseover Pin
bernie.h20-Aug-08 22:39
bernie.h20-Aug-08 22:39 
AnswerRe: Changing the image in a DatGrid onmouseover Pin
Bardy8520-Aug-08 23:10
Bardy8520-Aug-08 23:10 

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.