Resources
Posted: Fri Sep 01, 2017 1:33 pm
Hi
First of all , i am a beginner in using .Net or Visual Studio amd i come from VO2.7
I try to port my App to X#. One Dll i need is the 'Internet Server API' from VO with my changes. so i used xporter, and then i started VS2015 and compiled it.
this Error comes (and 11 other like that) :
C:XporterOutputISAPI SDK HKISAPIDefine.prg(163,31): error XS0246: The type or namespace name 'GetServerVariable' could not be found (are you missing a using directive or an assembly reference?)
this line: MEMBER pGetServerVariable AS GetServerVariable PTR
mmm now i am sitting here i dont know what to do
i think i have to add a reference and i think its starts with system.something because the VO API is also using the 'win32 API Lib' from windows before. So where can i find this Function GetServerVariable in the .Net world ?
Horst
First of all , i am a beginner in using .Net or Visual Studio amd i come from VO2.7
I try to port my App to X#. One Dll i need is the 'Internet Server API' from VO with my changes. so i used xporter, and then i started VS2015 and compiled it.
this Error comes (and 11 other like that) :
C:XporterOutputISAPI SDK HKISAPIDefine.prg(163,31): error XS0246: The type or namespace name 'GetServerVariable' could not be found (are you missing a using directive or an assembly reference?)
this line: MEMBER pGetServerVariable AS GetServerVariable PTR
mmm now i am sitting here i dont know what to do
i think i have to add a reference and i think its starts with system.something because the VO API is also using the 'win32 API Lib' from windows before. So where can i find this Function GetServerVariable in the .Net world ?
Horst