View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000014 | Multi Theft Auto | Client | public | 2012-06-25 10:49 | 2012-06-26 18:55 |
Reporter | SugarD-x | Assigned To | Callum | ||
Priority | low | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 0.6 | ||||
Target Version | 0.6 | Fixed in Version | 0.6 | ||
Summary | 0000014: Linker issue warning on compilation | ||||
Description | Whether 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 Reproduce | Compile in either Visual Studio 6, or Visual Studio 2008. It appears towards the end of the compilation process. | ||||
Additional Information | This 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. | ||||
Tags | No tags attached. | ||||
|
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. |
|
Warning disabled in r187. |
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 |