Re: [Quickfix-developers] compiling problems, unaswered
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2004-04-14 18:53:28
|
Ok, this I can understand and would go on to cause the errors that Joe=20= is seeing. I'll look into fixing this. --oren On Apr 14, 2004, at 6:23 AM, Daniel May wrote: > I am seeing the same problems using Visual Studio .NET 2003, it has = not > been > a problem for me since I only use the C++ interface. Oren, here is = the > error: > > ------ Build started: Project: quickfix_net, Configuration: Debug = Win32 > ------ > > Compiling... > Session.cpp > c:\C\quickfix\src\.NET\Group.h(151) : error C3149: > 'QuickFix::FieldNotFound' : illegal use of managed type > 'QuickFix::FieldNotFound'; did you forget a '*'? > c:\C\quickfix\src\.NET\Message.h(204) : error C3149: > 'QuickFix::FieldNotFound' : illegal use of managed type > 'QuickFix::FieldNotFound'; did you forget a '*'? > c:\C\quickfix\src\.NET\Message.h(259) : error C3149: > 'QuickFix::FieldNotFound' : illegal use of managed type > 'QuickFix::FieldNotFound'; did you forget a '*'? > quickfix_net.cpp > c:\C\quickfix\src\.NET\Group.h(151) : error C3149: > 'QuickFix::FieldNotFound' : illegal use of managed type > 'QuickFix::FieldNotFound'; did you forget a '*'? > c:\C\quickfix\src\.NET\Message.h(204) : error C3149: > 'QuickFix::FieldNotFound' : illegal use of managed type > 'QuickFix::FieldNotFound'; did you forget a '*'? > c:\C\quickfix\src\.NET\Message.h(259) : error C3149: > 'QuickFix::FieldNotFound' : illegal use of managed type > 'QuickFix::FieldNotFound'; did you forget a '*'? > MessageStoreFactory.cpp > c:\C\quickfix\src\.NET\Group.h(151) : error C3149: > 'QuickFix::FieldNotFound' : illegal use of managed type > 'QuickFix::FieldNotFound'; did you forget a '*'? > c:\C\quickfix\src\.NET\Message.h(204) : error C3149: > 'QuickFix::FieldNotFound' : illegal use of managed type > 'QuickFix::FieldNotFound'; did you forget a '*'? > c:\C\quickfix\src\.NET\Message.h(259) : error C3149: > 'QuickFix::FieldNotFound' : illegal use of managed type > 'QuickFix::FieldNotFound'; did you forget a '*'? > MessageStore.cpp > c:\C\quickfix\src\.NET\Group.h(151) : error C3149: > 'QuickFix::FieldNotFound' : illegal use of managed type > 'QuickFix::FieldNotFound'; did you forget a '*'? > c:\C\quickfix\src\.NET\Message.h(204) : error C3149: > 'QuickFix::FieldNotFound' : illegal use of managed type > 'QuickFix::FieldNotFound'; did you forget a '*'? > c:\C\quickfix\src\.NET\Message.h(259) : error C3149: > 'QuickFix::FieldNotFound' : illegal use of managed type > 'QuickFix::FieldNotFound'; did you forget a '*'? > Message.cpp > c:\C\quickfix\src\.NET\Group.h(151) : error C3149: > 'QuickFix::FieldNotFound' : illegal use of managed type > 'QuickFix::FieldNotFound'; did you forget a '*'? > c:\C\quickfix\src\.NET\Message.h(204) : error C3149: > 'QuickFix::FieldNotFound' : illegal use of managed type > 'QuickFix::FieldNotFound'; did you forget a '*'? > c:\C\quickfix\src\.NET\Message.h(259) : error C3149: > 'QuickFix::FieldNotFound' : illegal use of managed type > 'QuickFix::FieldNotFound'; did you forget a '*'? > Message.cpp(192) : error C3149: 'QuickFix::FieldNotFound' : illegal = use > of managed type 'QuickFix::FieldNotFound'; did you forget a '*'? > Message.cpp(340) : error C3149: 'QuickFix::FieldNotFound' : illegal = use > of managed type 'QuickFix::FieldNotFound'; did you forget a '*'? > Message.cpp(491) : error C3149: 'QuickFix::FieldNotFound' : illegal = use > of managed type 'QuickFix::FieldNotFound'; did you forget a '*'? > MemoryMessageStore.cpp > c:\C\quickfix\src\.NET\Group.h(151) : error C3149: > 'QuickFix::FieldNotFound' : illegal use of managed type > 'QuickFix::FieldNotFound'; did you forget a '*'? > c:\C\quickfix\src\.NET\Message.h(204) : error C3149: > 'QuickFix::FieldNotFound' : illegal use of managed type > 'QuickFix::FieldNotFound'; did you forget a '*'? > c:\C\quickfix\src\.NET\Message.h(259) : error C3149: > 'QuickFix::FieldNotFound' : illegal use of managed type > 'QuickFix::FieldNotFound'; did you forget a '*'? > Group.cpp > c:\C\quickfix\src\.NET\Group.h(151) : error C3149: > 'QuickFix::FieldNotFound' : illegal use of managed type > 'QuickFix::FieldNotFound'; did you forget a '*'? > Group.cpp(296) : error C3149: 'QuickFix::FieldNotFound' : illegal use=20= > of > managed type 'QuickFix::FieldNotFound'; did you forget a '*'? > FileMessageStore.cpp > c:\C\quickfix\src\.NET\Group.h(151) : error C3149: > 'QuickFix::FieldNotFound' : illegal use of managed type > 'QuickFix::FieldNotFound'; did you forget a '*'? > c:\C\quickfix\src\.NET\Message.h(204) : error C3149: > 'QuickFix::FieldNotFound' : illegal use of managed type > 'QuickFix::FieldNotFound'; did you forget a '*'? > c:\C\quickfix\src\.NET\Message.h(259) : error C3149: > 'QuickFix::FieldNotFound' : illegal use of managed type > 'QuickFix::FieldNotFound'; did you forget a '*'? > Generating Code... > > Build log was saved at > "file://c:\C\quickfix\src\.net\Debug\BuildLog.htm" > quickfix_net - 26 error(s), 0 warning(s) > > > ------ Build started: Project: quickfix_net_messages, Configuration: > Debug .NET ------ > > Preparing resources... > Updating references... > Performing main compilation... > C:\C\quickfix\src\.NET\fix40\Message.cs(267,35): error CS0234: The = type > or namespace name 'Message' does not exist in the class or namespace > 'QuickFix' (are you missing an assembly reference?) > C:\C\quickfix\src\.NET\fix40\Allocation.cs(315,37): error CS0234: The > type or namespace name 'Group' does not exist in the class or = namespace > 'QuickFix' (are you missing an assembly reference?) > C:\C\quickfix\src\.NET\fix40\Allocation.cs(380,36): error CS0234: The > type or namespace name 'Group' does not exist in the class or = namespace > 'QuickFix' (are you missing an assembly reference?) > C:\C\quickfix\src\.NET\fix40\Allocation.cs(445,39): error CS0234: The > type or namespace name 'Group' does not exist in the class or = namespace > 'QuickFix' (are you missing an assembly reference?) > C:\C\quickfix\src\.NET\fix40\Allocation.cs(498,37): error CS0234: The > type or namespace name 'Group' does not exist in the class or = namespace > 'QuickFix' (are you missing an assembly reference?) > C:\C\quickfix\src\.NET\fix40\Allocation.cs(598,41): error CS0234: The > type or namespace name 'Group' does not exist in the class or = namespace > 'QuickFix' (are you missing an assembly reference?) > C:\C\quickfix\src\.NET\fix40\Email.cs(111,40): error CS0234: The type=20= > or > namespace name 'Group' does not exist in the class or namespace > 'QuickFix' (are you missing an assembly reference?) > C:\C\quickfix\src\.NET\fix40\ExecutionReport.cs(575,39): error CS0234: > The type or namespace name 'Group' does not exist in the class or > namespace 'QuickFix' (are you missing an assembly reference?) > C:\C\quickfix\src\.NET\fix40\ListStatus.cs(79,37): error CS0234: The > type or namespace name 'Group' does not exist in the class or = namespace > 'QuickFix' (are you missing an assembly reference?) > C:\C\quickfix\src\.NET\fix40\Message.cs(3,34): error CS0234: The type=20= > or > namespace name 'Message' does not exist in the class or namespace > 'QuickFix' (are you missing an assembly reference?) > C:\C\quickfix\src\.NET\fix40\Message.cs(225,35): error CS0234: The = type > or namespace name 'Message' does not exist in the class or namespace > 'QuickFix' (are you missing an assembly reference?) > C:\C\quickfix\src\.NET\fix40\News.cs(81,40): error CS0234: The type or > namespace name 'Group' does not exist in the class or namespace > 'QuickFix' (are you missing an assembly reference?) > C:\C\quickfix\src\.NET\fix41\Message.cs(315,35): error CS0234: The = type > or namespace name 'Message' does not exist in the class or namespace > 'QuickFix' (are you missing an assembly reference?) > C:\C\quickfix\src\.NET\fix41\Allocation.cs(435,37): error CS0234: The > type or namespace name 'Group' does not exist in the class or = namespace > 'QuickFix' (are you missing an assembly reference?) > C:\C\quickfix\src\.NET\fix41\Allocation.cs(512,36): error CS0234: The > type or namespace name 'Group' does not exist in the class or = namespace > 'QuickFix' (are you missing an assembly reference?) > > > Daniel > > ---------------------------------------------------------- > Subject: [Quickfix-developers] compiling problems, unaswered > > Did I miss any message or is my post still unaswered ? Any help is > greatly appreciated, I dont get that new 1.7 to compile ! > > joe > > Joe Robe wrote: > >> just downloaded version 1.7.0 and tried to compile it under Visual >> Studio Net 2003 and Net 1.1. Does that still not work ? >> >> I get tons of errors like "namespacse name Group not found" and >> "namespace Message not found" >> and later on " illegal use of manged type QuickFix::FieldNotFound". >> >> Do I have to build only part of ot ??? (I used build all) >> >> Unfortunately my application fails compiling under 1.1 using the old >> 1.0 assembly. >> >> Any help is appreciated. >> >> Joe Robe >> >> >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux >> tutorial presented by Daniel Robbins, President and CEO of GenToo >> technologies. Learn everything from fundamentals to system >> administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dc= lick >> _______________________________________________ >> Quickfix-developers mailing list >> Qui...@li... >> https://lists.sourceforge.net/lists/listinfo/quickfix-developers >> > --__--__-- > > Message: 4 > Cc: qui...@li..., > Joe Robe <jo...@ya...> > From: QuickFIX <or...@qu...> > Subject: Re: [Quickfix-developers] compiling problems, unaswered > Date: Tue, 13 Apr 2004 17:53:39 -0500 > To: jo...@be... > > Joe, > > I think it would be more helpful if you posted the actual compiler > output. I have not seen this nor heard from anyone else with this > issue. The full compiler output would probably give some more clues = as > to what the problem may be. > > --oren > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id638&op=3Dclick > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |