CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Win32

  1. #1
    Join Date
    Oct 2000
    Posts
    3

    Win32

    I 'm trying the example HelloWorld in C with JNI. I 've generated my dll with Visual C++, but when I run my porogram, it does not find the dll I've created. I dont't know where to locate this dll.
    Thanks !



  2. #2
    Join Date
    Jan 2000
    Location
    Canada
    Posts
    249

    Re: Win32

    I suggest you do a search for that dll, and then either put it in the \windows\system directory or put it in the same directory as your class files.

    -------------------------------------------
    weaver
    icq# 64665116
    Please rate this post.
    http://weaver.x7.htmlplanet.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured