J
Joachim
Hello,
have old C code, that I wan't to use in a ASP.NET application. In this
C Code we use a lot of global and static vairables. For use this old
code in ASP.NET I write a unmanged C++ library.
Now I can use the C code with ASP.NET (C++ ME Wrapper). The problem
is, that all Session now use the same global variables. What I need,
is in each session the global variables from the old C code
For example global C variable <language>
Session 1: french
Session 2: german
Is there a way to solve this problem?
Joachim
have old C code, that I wan't to use in a ASP.NET application. In this
C Code we use a lot of global and static vairables. For use this old
code in ASP.NET I write a unmanged C++ library.
Now I can use the C code with ASP.NET (C++ ME Wrapper). The problem
is, that all Session now use the same global variables. What I need,
is in each session the global variables from the old C code
For example global C variable <language>
Session 1: french
Session 2: german
Is there a way to solve this problem?
Joachim