Click here to Skip to main content
15,893,668 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: to maximise the dialog box and the fields in the dialog should also resize Pin
CPallini22-Jun-09 23:07
mveCPallini22-Jun-09 23:07 
AnswerRe: to maximise the dialog box and the fields in the dialog should also resize Pin
Stuart Dootson22-Jun-09 22:59
professionalStuart Dootson22-Jun-09 22:59 
AnswerRe: [Message Deleted] Pin
Cedric Moonen23-Jun-09 0:04
Cedric Moonen23-Jun-09 0:04 
QuestionSpider chart, star chart Pin
Ankata22-Jun-09 22:05
Ankata22-Jun-09 22:05 
QuestionSetFilePointer() + WriteFile() Problems? Pin
krish_kumar22-Jun-09 21:31
krish_kumar22-Jun-09 21:31 
GeneralRe: SetFilePointer() + WriteFile() Problems? Pin
CPallini22-Jun-09 21:51
mveCPallini22-Jun-09 21:51 
GeneralRe: SetFilePointer() + WriteFile() Problems? Pin
krish_kumar22-Jun-09 22:41
krish_kumar22-Jun-09 22:41 
QuestionRe: SetFilePointer() + WriteFile() Problems? Pin
CPallini22-Jun-09 22:53
mveCPallini22-Jun-09 22:53 
AnswerRe: SetFilePointer() + WriteFile() Problems? Pin
Stuart Dootson22-Jun-09 22:29
professionalStuart Dootson22-Jun-09 22:29 
GeneralRe: SetFilePointer() + WriteFile() Problems? Pin
krish_kumar22-Jun-09 22:44
krish_kumar22-Jun-09 22:44 
GeneralRe: SetFilePointer() + WriteFile() Problems? Pin
Stuart Dootson22-Jun-09 22:58
professionalStuart Dootson22-Jun-09 22:58 
GeneralRe: SetFilePointer() + WriteFile() Problems? Pin
krish_kumar23-Jun-09 0:06
krish_kumar23-Jun-09 0:06 
GeneralRe: SetFilePointer() + WriteFile() Problems? Pin
Stuart Dootson23-Jun-09 0:08
professionalStuart Dootson23-Jun-09 0:08 
GeneralRe: SetFilePointer() + WriteFile() Problems? Pin
krish_kumar23-Jun-09 0:18
krish_kumar23-Jun-09 0:18 
GeneralRe: SetFilePointer() + WriteFile() Problems? Pin
Stuart Dootson23-Jun-09 0:22
professionalStuart Dootson23-Jun-09 0:22 
GeneralRe: SetFilePointer() + WriteFile() Problems? Pin
krish_kumar23-Jun-09 1:13
krish_kumar23-Jun-09 1:13 
QuestionCalling C#dll via C++ from Java Pin
Santhosh Sebastian22-Jun-09 21:12
Santhosh Sebastian22-Jun-09 21:12 
Hai

I've been under a great prob.. since 2 days...

Issue is :
I've built a C#dll which is accessed from VC++(win32 console dll app)..
I've created a Java program to access the dll of the said C++ program...
I was successful in getting it worked ...
Problem comes when I run the same application in a different system where all the
needed visual studio files are installed...

From java i can access the C++ dll but the error comes in accessing C# dll(through the C++ program)...

NB: error accurs only when it is run on a different machine...
Error is:

# An unexpected error has been detected by HotSpot Virtual Machine:
#
# Internal Error (0xe06d7363), pid=4024, tid=4028
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_09-b01 mixed mode, sharing)
# Problematic frame:
# C [kernel32.dll+0x1eb33]
#
# An error report file with more information is saved as hs_err_pid4024.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp

i've done "googling" with this error... but no one has come up with some satisfactory answer...
Pls do help.....

Thanks in advance ...

Santo
AnswerRe: Calling C#dll via C++ from Java Pin
KarstenK22-Jun-09 21:26
mveKarstenK22-Jun-09 21:26 
GeneralRe: Calling C#dll via C++ from Java Pin
Santhosh Sebastian22-Jun-09 21:44
Santhosh Sebastian22-Jun-09 21:44 
GeneralRe: Calling C#dll via C++ from Java Pin
Stuart Dootson22-Jun-09 22:31
professionalStuart Dootson22-Jun-09 22:31 
GeneralRe: Calling C#dll via C++ from Java Pin
Santhosh Sebastian22-Jun-09 23:42
Santhosh Sebastian22-Jun-09 23:42 
GeneralRe: Calling C#dll via C++ from Java Pin
Stuart Dootson22-Jun-09 23:49
professionalStuart Dootson22-Jun-09 23:49 
GeneralRe: Calling C#dll via C++ from Java Pin
KarstenK22-Jun-09 22:34
mveKarstenK22-Jun-09 22:34 
GeneralRe: Calling C#dll via C++ from Java Pin
Santhosh Sebastian23-Jun-09 0:36
Santhosh Sebastian23-Jun-09 0:36 
GeneralRe: Calling C#dll via C++ from Java Pin
KarstenK23-Jun-09 0:57
mveKarstenK23-Jun-09 0:57 

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.