How can i get STL.NET for VC++ 2005 express beta 2 ? I can't find any STL header like "cli/vector". There is no such thing like "cli" folder in my include folders. It seem the C++ STL standard header has problem w/ new syntax handle, e.g.
I have a C++ DLL (A) that loads another C++ Library (B) (A) is called from a Vb.net component. When the component is used by an Application the FreeLibrary call in (A) that releases (B) works fine.
I am looking for a solution to optimize access to a function in a DLL. I made severals tests and the performance down about 60% between an access to a function in a DLL and the same function implement in the EXE. regards,