Using FortiClient API with VB
Hi.
I have a Win7 32Bit Machine running FortiClient 5.2.1 (only the SSL-VPN stuff). A SSL connection is configured, and it's running fine.
So, now i encountered a problem using the API DLL in a VB-2010 project:
- I referenced the "FCCOMIntDLL.dll" in my project.
- Creating an instance of FCCOMINTDLLLib.VPN worked.
But after all:
calling GetTunnelList() returns an empty list (should return at least one element)
Alle other methods are doing quite nothing.
Any suggestions?