Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in .NET only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Today's Posts
Member List
Calendar
Home
Forum
Topic
.NET
static lib run as native code?
Collapse
This topic is closed.
X
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
Bill
#1
static lib run as native code?
Nov 22 '05, 03:37 PM
If I statically link a library (unmanaged c++) in managed c++, does it run
under native code like calling a DLL?
Jochen Kalmbach
#2
Nov 22 '05, 03:37 PM
Re: static lib run as native code?
Hi Bill,
[color=blue]
> If I statically link a library (unmanaged c++) in managed c++, does it
> run under native code like calling a DLL?[/color]
Yes. Every time you call a funtion from the unmanged LIB, a transition to
the unmanaged world will take place... and vice-versa.
--
Greetings
Jochen
My blog about Win32 and .NET
Jochen Kalmbach's Blog | Infos about Windows development and dotNET Framework
http://blog.kalmbachnet.de/
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment