View Issue Details

IDProjectCategoryView StatusLast Update
0000014Multi Theft AutoClientpublic2012-06-26 18:55
ReporterSugarD-x Assigned ToCallum  
PrioritylowSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Product Version0.6 
Target Version0.6Fixed in Version0.6 
Summary0000014: Linker issue warning on compilation
DescriptionWhether compiled in Visual Studio 6, or Visual Studio 2008, MTAClient receives a linker warning message during compilation that is of unknown origin, and should be looked into. Being that it is the only valid issue Visual Studio 6, the original compiler used on previous versions of this project, that appears during compiling suggests that something needs to be corrected in the source code for the project.
Steps To ReproduceCompile in either Visual Studio 6, or Visual Studio 2008. It appears towards the end of the compilation process.
Additional InformationThis may or may not have existed prior to 0.5.1's development. If it did not exist in 0.5, then this issue is new, and it definitely needs to be fixed. If it did exist, we should still look into the cause and take appropriate action based on a resolution for it.
TagsNo tags attached.

Activities

Towncivilian

2012-06-26 17:47

administrator   ~0000003

If you're talking about this warning:

package.obj : warning LNK4254: section '.mydata' (C0000040) merged into '.pkg' (60000020) with different attributes

Then it's normal and should not be "fixed". This merged section is required for the DLL <-> client interfacing (shared memory area). It is present in 0.5 untouched when using VS6.

The warning should just be disabled.

Towncivilian

2012-06-26 18:55

administrator   ~0000004

Warning disabled in r187.

Issue History

Date Modified Username Field Change
2012-06-25 10:49 SugarD-x New Issue
2012-06-26 12:22 SugarD-x Summary Linker Issue Warning On Compilation => Linker issue warning on compilation
2012-06-26 17:47 Towncivilian Note Added: 0000003
2012-06-26 18:54 Callum Status new => resolved
2012-06-26 18:54 Callum Fixed in Version => 0.6
2012-06-26 18:54 Callum Resolution open => fixed
2012-06-26 18:54 Callum Assigned To => Callum
2012-06-26 18:55 Towncivilian Note Added: 0000004