Inside3D!
     

Qoole99 NET version

 
Post new topic   Reply to topic    Inside3d Forums Forum Index -> General Discussion
View previous topic :: View next topic  
Author Message
reckless



Joined: 24 Jan 2008
Posts: 390
Location: inside tha debugger

PostPosted: Thu Apr 22, 2010 9:14 am    Post subject: Qoole99 NET version Reply with quote

after a thread in engine compilation

ftp://90.184.233.166:21/Qoole99.NET.7z

compiled with mp support and managed mfc.NET optimized with the intel compiler.

unstable code needs some workout used mfc42 originally uses mfc90 now so you need that NET version if you dont allready have it Wink

install original Qoole99 and overwrite the files with mine.

i included the qlepack
Back to top
View user's profile Send private message
Chip



Joined: 21 Jan 2009
Posts: 314
Location: Romania

PostPosted: Thu Apr 22, 2010 4:00 pm    Post subject: Re: Qoole99 NET version Reply with quote

reckless wrote:
after a thread in engine compilation

ftp://90.184.233.166:21/Qoole99.NET.7z

compiled with mp support and managed mfc.NET optimized with the intel compiler.

unstable code needs some workout used mfc42 originally uses mfc90 now so you need that NET version if you dont allready have it Wink

install original Qoole99 and overwrite the files with mine.

i included the qlepack


That's great! I intend to do some tests with it and fix the outstanding bugs.

What do I need for this .NET version to compile? I have .NET framework 3.1 or 4 for Windows 7. Is that enough?
_________________
My Projects: Quake 1 Mods | OpenQuartz 2 | ChipQuake
Back to top
View user's profile Send private message Visit poster's website
reckless



Joined: 24 Jan 2008
Posts: 390
Location: inside tha debugger

PostPosted: Fri Apr 23, 2010 1:11 am    Post subject: Reply with quote

yup Smile
Back to top
View user's profile Send private message
reckless



Joined: 24 Jan 2008
Posts: 390
Location: inside tha debugger

PostPosted: Fri Apr 23, 2010 4:05 am    Post subject: Reply with quote

Picked up a continuation someone made called QooleAID

still buggy with newer runtimes unfortunatly

Code:
STDMETHODIMP CFileDialog::XFileDialogEvents::OnFolderChanging(IFileDialog *, IShellItem *)
{
   METHOD_PROLOGUE(CFileDialog, FileDialogEvents)
   return S_OK; // triggers an access violation ?!?
}


called from

Code:
class EXPORT_GUIUTIL CSelectFolderDialog : public CFileDialog
{
   DECLARE_DYNAMIC(CSelectFolderDialog)

public:
   virtual int DoModal();

   CSelectFolderDialog(char *title = NULL,
                  BOOL bShowFilesInDir = FALSE,
                  LPCSTR lpcstrInitialDir = NULL,
                  DWORD dwFlags = OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT,
                  LPCTSTR lpszFilter = NULL,
                  CWnd* pParentWnd = NULL);
   ~CSelectFolderDialog();

   static WNDPROC m_wndProc;
   virtual void OnInitDone();

   virtual void OnFolderChange();

   void SetSelectedPath(LPCSTR lpcstrPath);
   CString GetSelectedPath() const;

   void SetTitle(CString cstrTitle);

protected:
   //{{AFX_MSG(CSelectFolderDialog)
      // NOTE - the ClassWizard will add and remove member functions here.
   //}}AFX_MSG
   DECLARE_MESSAGE_MAP()

private:
   BOOL m_bShowFilesInDir;
   CString m_cstrPath;
   CEdit *m_pEdit;
   CString m_cstrTitle;
};


Code:
void CSelectFolderDialog::OnFolderChange()
{
   if(::IsWindow(GetParent()->m_hWnd))
   {
      m_pEdit->SetWindowText(GetFolderPath());
   }
}


maybe someone better at c++ knows what causes this ?
Back to top
View user's profile Send private message
Chip



Joined: 21 Jan 2009
Posts: 314
Location: Romania

PostPosted: Wed May 12, 2010 8:49 pm    Post subject: Reply with quote

Any chance for the .NET version source?
_________________
My Projects: Quake 1 Mods | OpenQuartz 2 | ChipQuake
Back to top
View user's profile Send private message Visit poster's website
reckless



Joined: 24 Jan 2008
Posts: 390
Location: inside tha debugger

PostPosted: Wed May 12, 2010 11:07 pm    Post subject: Reply with quote

ftp://90.184.233.166:21/Qoole99.7z

sorry forgot to post it Laughing
Back to top
View user's profile Send private message
Chip



Joined: 21 Jan 2009
Posts: 314
Location: Romania

PostPosted: Wed May 12, 2010 11:45 pm    Post subject: Reply with quote

reckless wrote:
ftp://90.184.233.166:21/Qoole99.7z

sorry forgot to post it Laughing


Cool Thanks!
_________________
My Projects: Quake 1 Mods | OpenQuartz 2 | ChipQuake
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Inside3d Forums Forum Index -> General Discussion All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2004 phpBB Group