Ticket #3 (closed defect: fixed)
Embed run-time option doesn't prevent namespace collisions
Reported by: | Chuck.Esterbrook | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Cobra Compiler | Version: | 0.7.4 |
Keywords: | Cc: |
Description
Using the -embed-run-time:yes (or -ert:yes) option on the command line with DLLs leads to problems later when 2 or more DLLs are referenced in the same application. They will collide on the namespace "Cobra.Lang."
This is especially problematic because -ert:yes is the default behavior.
Change History
Note: See
TracTickets for help on using
tickets.