I guess you are missing "ar.h" This file is part of the ARSystem API and you will find it on your ARSystem Server, can download it from bmc.com and aswell from http://arswiki.org/wiki/Remedy_API_Downloads. After installing the ARSystem include files and libraries you have to set the VS Project settings and point the compiler and linker to your choosen API directories.
Best regards Stefan Nerlich > Date: Thu, 21 May 2009 08:59:25 -0400 > From: [email protected] > Subject: Re: ARInside source code > To: [email protected] > > We are getting the same error message. > > > Charles Roth > Sealed Air Corporation > Office (864) 433-2429 > Cell (864) 431-2961 > > > > > Enslin Van Blerk > - MWEB > <[email protected] To > OM> [email protected] > Sent by: "Action cc > Request System > discussion Subject > list(ARSList)" Re: ARInside source code > <arsl...@arslist. > ORG> > > > 05/21/2009 08:42 > AM > > > Please respond to > [email protected] > RG > > > > > > > Hi Stefan > > I cannot build the exe it gives me an error related to the *.h files It > looks like the code was build with a specific version of the ARS install? > > I am using ARS 7.1.0 Patch 04 > > Any Help? > > > Regards > Enslin van Blerk > > -----Original Message----- > From: Action Request System discussion list(ARSList) > [mailto:[email protected]] On Behalf Of Easter, David > Sent: 21 May 2009 12:53 AM > To: [email protected] > Subject: Re: ARInside source code > > Hi Cary, > > It's not just a forum that supports attachments - you can also post > documents in a "standalone" area. For example: > > http://developer.bmc.com/communities/docs/DOC-1907 > > > Maybe if BMC [...] customers to contribute (and search the contents of) > > The BMC DN does have a pretty good search capability built in. For > example: > > http://developer.bmc.com/communities/search.jspa?communityID=2002&resultTypes=BLOG_POST&resultTypes=DOCUMENT&resultTypes=MESSAGE&resultTypes=BLOG&resultTypes=COMMUNITY&resultTypes=TASK&resultTypes=PROJECT&resultTypes=SOCIAL_GROUP&resultTypes=COMMENT&peopleEnabled=true&q=advanced+admin+tool > > > was a search of "Advanced Admin Tool" and it found Vincent's document page > as the first hit. > > You are correct that it's not a replacement (currently) for something like > sourceforge.net, but it would be a place to post numbered releases to > ensure that BMC customers are aware of the hard work put into the project > and benefit from it. > > -David J. Easter > Sr. Product Manager, Solution Strategy and Development > BMC Software, Inc. > > The opinions, statements, and/or suggested courses of action expressed in > this E-mail do not necessarily reflect those of BMC Software, Inc. My > voluntary participation in this forum is not intended to convey a role as a > spokesperson, liaison or public relations representative for BMC Software, > Inc. > > -----Original Message----- > From: Action Request System discussion list(ARSList) > [mailto:[email protected]] On Behalf Of Carey Matthew Black > Sent: Wednesday, May 20, 2009 2:34 PM > To: [email protected] > Subject: Re: ARInside source code > > David, > > I would have suggested BMC DN if it also had tools to help people develop > Open Source projects. However the last time I looked, BMC DN offered > nothing in the way of a source control system, a project Wiki, mailing > lists for the project or any other set of features that would be helpful to > maintain and/or grow a software project. > > However, it has been a while since I last looked at BMC DN. Has any of that > changed? Or is it mostly a forum based web site that supports attachments? > > Maybe if BMC could use a product like RKM (Remedy Knowledge > Management) for it's customers to contribute (and search the contents > of) then I think it would be more helpful than the forum based web site. ( > Just a thought. ) > > -- > Carey Matthew Black > BMC Remedy AR System Skilled Professional (RSP) ARS = Action Request > System(Remedy) > > Love, then teach > Solution = People + Process + Tools > Fast, Accurate, Cheap.... Pick two. > > P.S. I sure hope that BMC does not use a forums centric methodology for > collaboration on code development. > > > On Wed, May 20, 2009 at 4:14 PM, Easter, David <[email protected]> > wrote: > > I would also encourage use of the BMC Developer Network as a place where > versions could be posted and folks could interact. There is no restriction > on who can register to use the BMC DN (i.e. you do not need a support > contract or other relationship with BMC). > > > > I've checked with the administrators of the BMC DN and they have > confirmed that it's just fine to post the application as a document and > enable edits to it. > > > > -David J. Easter > > Sr. Product Manager, Solution Strategy and Development BMC Software, > > Inc. > > > > The opinions, statements, and/or suggested courses of action expressed in > this E-mail do not necessarily reflect those of BMC Software, Inc. My > voluntary participation in this forum is not intended to convey a role as a > spokesperson, liaison or public relations representative for BMC Software, > Inc. > > > > -----Original Message----- > > From: Action Request System discussion list(ARSList) > > [mailto:[email protected]] On Behalf Of Carey Matthew Black > > Sent: Wednesday, May 20, 2009 6:07 AM > > To: [email protected] > > Subject: Re: ARInside source code > > > > Stefan, > > > > Sharing source code is one thing. > > > > Starting an open sourced project under a defined software license where > other people might be able to maintain, improve, and distribute the project > is much more beneficial. > > > > > > Could I suggest that you start a project on arswiki.org with this source > code? > > (Or you could go to sourceforge.net if you like.) > > > > Maybe the project will not go anywhere.. but then again.. maybe it > > will. :) > > > > > > P.S. To the rest of ARSList, > > > > If Stefan sets up an open sourced project somewhere is there anyone who > would be willing to step up and be a "developer" or "administrator" of the > project? > > > > -- > > Carey Matthew Black > > BMC Remedy AR System Skilled Professional (RSP) ARS = Action Request > > System(Remedy) > > > > Love, then teach > > Solution = People + Process + Tools > > Fast, Accurate, Cheap.... Pick two. > > > > > > > > On Wed, May 20, 2009 at 6:21 AM, Stefan Nerlich > <[email protected]> wrote: > >> ** > >> Hello List, > >> iam releasing the complete C++ source code for ARInside in the hope > >> it will be useful for someone. ARInside is a commandline application > >> that generates linked HTML pages to document ARSystem workflow. The > >> program can be run in online mode connecting to an ARSystem server or > >> file mode using an ARSystem Administrator generated XML server > >> definition file. In advance a Packing List with all ARSystem server > >> objects not to include in the documentation can be specified in the > >> application configuration. ARInside has been awarded as "Best 3rd > >> Party ARSystem releated Product (Freeware)" by the ARSlist 2006. > >> > >> http://devdor.org/files/src/arinside_src.zip (~300KB) > >> > >> I have converted the project successfully to Visual Studio 2008 but > >> Microsoft Visual C/C++ 6.0 and Remedy (C) ARSystem API 7.x or higher > >> will be sufficient to compile the project. Then, a working .exe > >> should fall out of the linker, if not, you've certainly done something > wrong. > >> Please DON'T contact me in this case :) In any case, feel free to > >> learn from these sources, or maybe bash me for the bad coding style. > >> > >> Anyway, have a good time with this, > >> > >> Stefan Nerlich, > >> Dortmund, May 2009 > > _______________________________________________________________________________ > > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum > Sponsor:[email protected] ARSlist: "Where the Answers Are" > > _______________________________________________________________________________ > > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > Platinum Sponsor:[email protected] ARSlist: "Where the Answers Are" > Connect with South Africa’s leading Internet Service Provider and discover > the magic of the Internet and all its possibilities. > Call 08600 32000 or click here(http://www.mweb.co.za/productsservices/) for > more. > > MWEB :-) CONNECT AND YOU CAN. > > This electronic communication and the attached file(s) are subject to a > disclaimer which can be accessed on the following link: > Disclaimer - or copy the following URL into your browser - > http://www.mweb.co.za/disclaimer. > If you are unable to view the disclaimer, please contact [email protected] for > a copy. > > _______________________________________________________________________________ > > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > Platinum Sponsor:[email protected] ARSlist: "Where the Answers Are" _________________________________________________________________ http://redirect.gimas.net/?n=M0905xWLM2009 Neu: Messenger 2009! Hier kostenlos downloaden! _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor:[email protected] ARSlist: "Where the Answers Are"

