Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
N

Nikhil Trivedi

@Nikhil Trivedi
About
Posts
44
Topics
15
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to get the result of Jar file into the Visual C++ application
    N Nikhil Trivedi

    DavidCrow wrote:

    What do you mean by "call a jar file?

    I meant to say that I want to unpack(Execute) a jar file from visual C++ app. and then get the result in the visual c++ for furthur processing. Suppose I am using jar file to generate an auth. number by passing a variable to the jar file, and want the auth number back in the visual c++ app. so that I can process it according to my requirement. Thanks for your answer. Nikhs Nikhil Trivedi

    C / C++ / MFC c++ tutorial question

  • How to get the result of Jar file into the Visual C++ application
    N Nikhil Trivedi

    I want to built a DLL in which we can pass parameters to call a jar file and the return values of the Jar file should be available to the calling application. Do anyone know How to perform this ? Thanks in advance. Nikhs Nikhil Trivedi

    C / C++ / MFC c++ tutorial question

  • Excel Automation - Please help ...
    N Nikhil Trivedi

    Sorry that I got your question wrong. I havent worked on office tools, but one of my friend who worked on this told me that he was using excel.h then. I dont know if it might help you or not. Nikhs Nikhil Trivedi

    C / C++ / MFC question testing tools help

  • Excel Automation - Please help ...
    N Nikhil Trivedi

    GuyM wrote:

    how do I open an existing XLS file

    I think the ShellApi.h would be of your help. You can get its detail from msdn.com. I think the ShellExecute() function will do for you. Hope this would help you.

    C / C++ / MFC question testing tools help

  • Excel Automation - Please help ...
    N Nikhil Trivedi

    Dear friend, I think Shellapi.h might be of your help. Once I used it to open an text and excel file. Dont know specific functions right now. ShellExecute() will help. I think. Nikhs Nikhil Trivedi

    C / C++ / MFC question testing tools help

  • How to call Jar files from Visual C++
    N Nikhil Trivedi

    Hello dear friend, It worked. Now I want to call a function from the jar file and want its return value in the calling visual c++ application. Do you know how to do this ? Any help or advice is appriciated. Nikhs Nikhil Trivedi

    C / C++ / MFC c++ json help tutorial

  • How to call Jar files from Visual C++
    N Nikhil Trivedi

    I got the jar files executed from visual c++. But If I want the return value of the jar file into the visual C++ application, how can I get it ? Does anyone know about it then please help me. Appriciate your help. Nikhs Nikhil Trivedi

    C / C++ / MFC c++ json help tutorial

  • Regarding executing a java jar file from visual c++ application
    N Nikhil Trivedi

    At last I got it working. Now one new thing is there. Can I call Jar file in such a way that the return value of the function can be available in the Visual C++ application for processing furthur. Thanks for your prompt reply. Nikhs Nikhil Trivedi

    C / C++ / MFC c++ java help tutorial question

  • Regarding executing a java jar file from visual c++ application
    N Nikhil Trivedi

    Hello all, I want to execute a jar file from my Visual c++ application and want the result of that execution in my application. Does anyone know how to proceed on this ? Any help is appriciated. Nikhs Nikhil Trivedi

    C / C++ / MFC c++ java help tutorial question

  • How to call Jar files from Visual C++
    N Nikhil Trivedi

    Got it. Thanks to remind me about that. Can you help me how can i send a java command to command prompt through visual c++. I want to unpack a jar file which can be done from command prompt by passing a command like : java -jar C:\myfile.jar para Appreciate your advice. Nikhs Nikhil Trivedi

    C / C++ / MFC c++ json help tutorial

  • How to call Jar files from Visual C++
    N Nikhil Trivedi

    I didn't get the point you raised. Can you explain me that with some example ? Thanks for your reply. Nikhs Nikhil Trivedi

    C / C++ / MFC c++ json help tutorial

  • How to call Jar files from Visual C++
    N Nikhil Trivedi

    It didn't work. When I use debuger, it shows me the return value of the shellexecute as 2 and the value for getlasterror is the same. I dont knokw how to deal this ? I am using the following code snippet : HINSTANCE hInst; hInst= ShellExecute(NULL,reinterpret_cast("open"),reinterpret_cast("C:\j2sdk1.4.2_12\bin\java.exe"),reinterpret_cast("-jar C:\psae.jar WORLD"),NULL,SW_SHOWMAXIMIZED); and even try with this one : hInst= ShellExecute(NULL,reinterpret_cast("java"),reinterpret_cast("C:\j2sdk1.4.2_12\bin\java.exe"),reinterpret_cast("-jar C:\psae.jar WORLD"),NULL,SW_SHOWMAXIMIZED); both shows the same error. Error no. 2.

    C / C++ / MFC c++ json help tutorial

  • How to call Jar files from Visual C++
    N Nikhil Trivedi

    Thanks Dear friend. It really will help a lot. Nikhs Nikhil Trivedi

    C / C++ / MFC c++ json help tutorial

  • How to call Jar files from Visual C++
    N Nikhil Trivedi

    I dont wanna call c++ function from java but wanna call jar file from visual c++. BTW, thank you for your reply. Nikhs Nikhil Trivedi

    C / C++ / MFC c++ json help tutorial

  • How to call Jar files from Visual C++
    N Nikhil Trivedi

    This might be a bit helpful. Can you send me a sample code say I want to call a jar file at location C:\psae.jar with the parameter "world" then the syntax from command prompt is : java -jar C:\psae.jar world How the command string should look like for this one ? Thanks for your reply Nikhs Nikhil Trivedi

    C / C++ / MFC c++ json help tutorial

  • How to call Jar files from Visual C++
    N Nikhil Trivedi

    Hello friends, For one of my projects I need to call jar files from the visual c++ application. Can anyone tell me how this can be done. If sample code is there then it will help a lot or the API if there is any. Thanks for your reply. Nikhs Nikhil Trivedi

    C / C++ / MFC c++ json help tutorial

  • How to access command prompt ?
    N Nikhil Trivedi

    Thanks for your reply. But actually I used the netsend command for example purpose only. I want to use some commands like cd directory, cd.., and run some .exe from console. Can you help me in that ? Thanks for your prompt reply. Nikhs Nikhil Trivedi

    C / C++ / MFC json tutorial question

  • How to access command prompt ?
    N Nikhil Trivedi

    ThatsAlok wrote:

    Search CP[^]

    Thanks Dear. But I want to send commands from my application and have the result back to the application like if I want to use the netsend command then how can I using visual C++ ? Nikhs Nikhil Trivedi

    C / C++ / MFC json tutorial question

  • How to access command prompt ?
    N Nikhil Trivedi

    Dear all, Can anyone tell me if there is any API for accessing command prompt and get the result of the command back to the application ? Thanks for your prompt reply. Nikhs Nikhil Trivedi

    C / C++ / MFC json tutorial question

  • How to return a structure variable from a function ?
    N Nikhil Trivedi

    Hello dear friend, I am successful in calling the function with passing values as reference but when I access the values in calling application which is out side of the c++ environement, I am getting those as NULL. Can you tell me the reason. Nikhs Nikhil Trivedi

    C / C++ / MFC question tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups