Click here to Skip to main content
15,921,643 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: build two more AddDocTemplate,can it ? Pin
2249179-Apr-04 4:43
2249179-Apr-04 4:43 
Generaloperator= understanding problem Pin
grscot9-Apr-04 3:23
grscot9-Apr-04 3:23 
GeneralRe: operator= understanding problem Pin
pie9-Apr-04 3:48
pie9-Apr-04 3:48 
GeneralRe: operator= understanding problem Pin
toxcct9-Apr-04 3:55
toxcct9-Apr-04 3:55 
GeneralRe: operator= understanding problem Pin
Gary R. Wheeler9-Apr-04 4:07
Gary R. Wheeler9-Apr-04 4:07 
GeneralRe: operator= understanding problem Pin
toxcct9-Apr-04 4:10
toxcct9-Apr-04 4:10 
GeneralRe: operator= understanding problem Pin
Rahul20067611-Apr-04 3:48
Rahul20067611-Apr-04 3:48 
GeneralProblem with CImage- at second call. Pin
vgrigor9-Apr-04 3:11
vgrigor9-Apr-04 3:11 
GeneralProblem using Logon user & createprocessasuser Pin
ThatsAlok9-Apr-04 2:53
ThatsAlok9-Apr-04 2:53 
GeneralRe: Problem using Logon user & createprocessasuser Pin
Navin9-Apr-04 6:29
Navin9-Apr-04 6:29 
GeneralCheck whether click is part of double-click Pin
pie9-Apr-04 2:37
pie9-Apr-04 2:37 
GeneralRe: Check whether click is part of double-click Pin
toxcct9-Apr-04 2:45
toxcct9-Apr-04 2:45 
GeneralRe: Check whether click is part of double-click Pin
pie9-Apr-04 3:01
pie9-Apr-04 3:01 
GeneralRe: Check whether click is part of double-click Pin
toxcct9-Apr-04 3:15
toxcct9-Apr-04 3:15 
GeneralRe: Check whether click is part of double-click Pin
pie9-Apr-04 3:35
pie9-Apr-04 3:35 
GeneralRe: Check whether click is part of double-click Pin
toxcct9-Apr-04 3:50
toxcct9-Apr-04 3:50 
GeneralRe: Check whether click is part of double-click Pin
2249179-Apr-04 5:21
2249179-Apr-04 5:21 
GeneralStack Commit Size Vs Stack Reserve Size Vs Stack param Pin
Anonymous9-Apr-04 2:31
Anonymous9-Apr-04 2:31 
GeneralCommunication between C++ app and Java Pin
Kuniva9-Apr-04 2:26
Kuniva9-Apr-04 2:26 
GeneralRe: Communication between C++ app and Java Pin
toxcct9-Apr-04 2:33
toxcct9-Apr-04 2:33 
GeneralRe: Communication between C++ app and Java Pin
Kuniva9-Apr-04 9:49
Kuniva9-Apr-04 9:49 
GeneralRe: Communication between C++ app and Java Pin
antlers9-Apr-04 6:19
antlers9-Apr-04 6:19 
GeneralRe: Communication between C++ app and Java Pin
Kuniva9-Apr-04 9:50
Kuniva9-Apr-04 9:50 
GeneralRe: Communication between C++ app and Java Pin
antlers12-Apr-04 5:20
antlers12-Apr-04 5:20 
GeneralRe: Communication between C++ app and Java Pin
Kuniva12-Apr-04 6:55
Kuniva12-Apr-04 6:55 
Yes thats exactly how it is. But when i try to make a socket, i just get an error, not an exception i think, the code is basically like this:

    try
    {
        ds = new Socket(InetAddress.getByName("localhost"),port);


    }
catch(UnknownHostException uhe)
{}
catch(IOException ie)
{}
    catch(Error e)
    {
        CodexConsole.Print(0,1,"Error");
    }


And i always get the error. I looked at the definition of JNI_CreateJavaVM and there's like three parameters u pass right? Well i might be able to "crack" them out of the java container application if i know what to change, but i'm not sure.. Would that work? if i could somehow lift the restrictions?

Thanks for your help.

Kuniva
--------------------------------------------

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.